forked from web-platform-tests/wpt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch adds a test for commit 53b675cb30d079daf865d5955ca6058d004c8c72 Bug: 391499612 Change-Id: I375f75f566b0b0bbc4738822a8c400d263bb2757 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6216204 Reviewed-by: Di Zhang <[email protected]> Commit-Queue: Joey Arhar <[email protected]> Cr-Commit-Position: refs/heads/main@{#1420101}
- Loading branch information
1 parent
2b5429e
commit 0c863b2
Showing
6 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<!DOCTYPE html> | ||
<iframe srcdoc="<h1 style='margin:0'>hello world</h1>"></iframe> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<!DOCTYPE html> | ||
<link rel=help href="https://issues.chromium.org/issues/391499612"> | ||
<link rel=match href="encoding-single-chunk-ref.html"> | ||
<iframe name="work" id="work" src=""></iframe> | ||
<script> | ||
window.onload = function () { | ||
document.getElementById('work').src = 'resources/test.xml' | ||
} | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="ISO-8859-1"?> | ||
|
||
<xsl:stylesheet version="1.0" | ||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> | ||
<xsl:param name="static" select="document(//static)"/> | ||
<xsl:template match="/"> | ||
<xsl:for-each select="$static"> | ||
<html> | ||
<body> | ||
<h1>hello world</h1> | ||
</body> | ||
</html> | ||
</xsl:for-each> | ||
</xsl:template> | ||
</xsl:stylesheet> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version='1.0' encoding='ISO-8859-1'?><?xml-stylesheet type="text/xsl" href="./reqLine.xsl"?> | ||
<RQStuff> | ||
<static>./testu1LINE.xml</static> | ||
</RQStuff> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters