diff --git a/dom/xslt/encoding-single-chunk-ref.html b/dom/xslt/encoding-single-chunk-ref.html new file mode 100644 index 00000000000000..572516f9902df2 --- /dev/null +++ b/dom/xslt/encoding-single-chunk-ref.html @@ -0,0 +1,2 @@ + + diff --git a/dom/xslt/encoding-single-chunk.html b/dom/xslt/encoding-single-chunk.html new file mode 100644 index 00000000000000..5e6af833ded047 --- /dev/null +++ b/dom/xslt/encoding-single-chunk.html @@ -0,0 +1,9 @@ + + + + + diff --git a/dom/xslt/resources/reqLine.xsl b/dom/xslt/resources/reqLine.xsl new file mode 100644 index 00000000000000..fabb742fc4669c --- /dev/null +++ b/dom/xslt/resources/reqLine.xsl @@ -0,0 +1,16 @@ + + + + + + + + +

hello world

+ + +
+
+
+ diff --git a/dom/xslt/resources/test.xml b/dom/xslt/resources/test.xml new file mode 100644 index 00000000000000..4a1a43c408282f --- /dev/null +++ b/dom/xslt/resources/test.xml @@ -0,0 +1,4 @@ + + + ./testu1LINE.xml + diff --git a/dom/xslt/resources/testu1LINE.xml b/dom/xslt/resources/testu1LINE.xml new file mode 100644 index 00000000000000..01fa6bf9426646 --- /dev/null +++ b/dom/xslt/resources/testu1LINE.xml @@ -0,0 +1,2 @@ + + diff --git a/lint.ignore b/lint.ignore index 4dd0b96460ca5f..a91efc0cf1ab54 100644 --- a/lint.ignore +++ b/lint.ignore @@ -101,6 +101,7 @@ TRAILING WHITESPACE: webvtt/parsing/file-parsing/support/*.vtt TRAILING WHITESPACE: webvtt/parsing/file-parsing/tests/support/*.vtt TRAILING WHITESPACE: xhr/resources/headers-some-are-empty.asis TRAILING WHITESPACE: content-security-policy/support/manifest.json +TRAILING WHITESPACE: dom/xslt/resources/testu1LINE.xml # Intentional use of print statements PRINT STATEMENT: dom/nodes/Document-createElement-namespace-tests/generate.py