aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta/html/syntax
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/meta/html/syntax')
-rw-r--r--tests/wpt/meta/html/syntax/parsing-html-fragments/the-input-byte-stream-003.html.ini2
-rw-r--r--tests/wpt/meta/html/syntax/parsing-html-fragments/the-input-byte-stream-004.html.ini2
-rw-r--r--tests/wpt/meta/html/syntax/parsing-html-fragments/the-input-byte-stream-007.html.ini3
-rw-r--r--tests/wpt/meta/html/syntax/parsing-html-fragments/the-input-byte-stream-009.html.ini3
-rw-r--r--tests/wpt/meta/html/syntax/parsing-html-fragments/the-input-byte-stream-030.html.ini3
-rw-r--r--tests/wpt/meta/html/syntax/parsing/DOMContentLoaded-defer.html.ini3
-rw-r--r--tests/wpt/meta/html/syntax/parsing/html5lib_webkit02.html.ini90
-rw-r--r--tests/wpt/meta/html/syntax/parsing/html_content_in_foreign_context.html.ini3
-rw-r--r--tests/wpt/meta/html/syntax/parsing/meta-inhead-insertion-mode.html.ini3
-rw-r--r--tests/wpt/meta/html/syntax/parsing/quotes-in-meta.html.ini3
-rw-r--r--tests/wpt/meta/html/syntax/parsing/unclosed-svg-script.html.ini6
-rw-r--r--tests/wpt/meta/html/syntax/serializing-html-fragments/serializing.html.ini6
-rw-r--r--tests/wpt/meta/html/syntax/serializing-html-fragments/template.html.ini3
-rw-r--r--tests/wpt/meta/html/syntax/serializing-xml-fragments/outerHTML.html.ini42
-rw-r--r--tests/wpt/meta/html/syntax/speculative-parsing/generated/document-write/template-shadowrootmode-img-src.tentative.sub.html.ini3
-rw-r--r--tests/wpt/meta/html/syntax/speculative-parsing/generated/document-write/template-shadowrootmode-link-stylesheet.tentative.sub.html.ini3
-rw-r--r--tests/wpt/meta/html/syntax/speculative-parsing/generated/document-write/template-shadowrootmode-script-src.tentative.sub.html.ini3
-rw-r--r--tests/wpt/meta/html/syntax/speculative-parsing/generated/page-load/nested-template-shadowrootmode-1.tentative.html.ini3
-rw-r--r--tests/wpt/meta/html/syntax/speculative-parsing/generated/page-load/nested-template-shadowrootmode-2.tentative.html.ini3
-rw-r--r--tests/wpt/meta/html/syntax/speculative-parsing/generated/page-load/template-img-src.tentative.html.ini3
-rw-r--r--tests/wpt/meta/html/syntax/speculative-parsing/generated/page-load/template-link-stylesheet.tentative.html.ini3
-rw-r--r--tests/wpt/meta/html/syntax/speculative-parsing/generated/page-load/template-shadowrootmode-img-src.tentative.html.ini3
-rw-r--r--tests/wpt/meta/html/syntax/speculative-parsing/generated/page-load/template-shadowrootmode-link-stylesheet.tentative.html.ini3
-rw-r--r--tests/wpt/meta/html/syntax/speculative-parsing/generated/page-load/template-shadowrootmode-script-src.tentative.html.ini3
24 files changed, 202 insertions, 0 deletions
diff --git a/tests/wpt/meta/html/syntax/parsing-html-fragments/the-input-byte-stream-003.html.ini b/tests/wpt/meta/html/syntax/parsing-html-fragments/the-input-byte-stream-003.html.ini
new file mode 100644
index 00000000000..3b5c1c5d7b2
--- /dev/null
+++ b/tests/wpt/meta/html/syntax/parsing-html-fragments/the-input-byte-stream-003.html.ini
@@ -0,0 +1,2 @@
+[the-input-byte-stream-003.html]
+ expected: TIMEOUT
diff --git a/tests/wpt/meta/html/syntax/parsing-html-fragments/the-input-byte-stream-004.html.ini b/tests/wpt/meta/html/syntax/parsing-html-fragments/the-input-byte-stream-004.html.ini
new file mode 100644
index 00000000000..4874f039c91
--- /dev/null
+++ b/tests/wpt/meta/html/syntax/parsing-html-fragments/the-input-byte-stream-004.html.ini
@@ -0,0 +1,2 @@
+[the-input-byte-stream-004.html]
+ expected: TIMEOUT
diff --git a/tests/wpt/meta/html/syntax/parsing-html-fragments/the-input-byte-stream-007.html.ini b/tests/wpt/meta/html/syntax/parsing-html-fragments/the-input-byte-stream-007.html.ini
new file mode 100644
index 00000000000..c570949ca0b
--- /dev/null
+++ b/tests/wpt/meta/html/syntax/parsing-html-fragments/the-input-byte-stream-007.html.ini
@@ -0,0 +1,3 @@
+[the-input-byte-stream-007.html]
+ [The character encoding of the page can be set by a meta element with http-equiv and content attributes.]
+ expected: FAIL
diff --git a/tests/wpt/meta/html/syntax/parsing-html-fragments/the-input-byte-stream-009.html.ini b/tests/wpt/meta/html/syntax/parsing-html-fragments/the-input-byte-stream-009.html.ini
new file mode 100644
index 00000000000..7ac7e0a9515
--- /dev/null
+++ b/tests/wpt/meta/html/syntax/parsing-html-fragments/the-input-byte-stream-009.html.ini
@@ -0,0 +1,3 @@
+[the-input-byte-stream-009.html]
+ [The character encoding of the page can be set by a meta element with charset attribute.]
+ expected: FAIL
diff --git a/tests/wpt/meta/html/syntax/parsing-html-fragments/the-input-byte-stream-030.html.ini b/tests/wpt/meta/html/syntax/parsing-html-fragments/the-input-byte-stream-030.html.ini
new file mode 100644
index 00000000000..0c67fa6ebe1
--- /dev/null
+++ b/tests/wpt/meta/html/syntax/parsing-html-fragments/the-input-byte-stream-030.html.ini
@@ -0,0 +1,3 @@
+[the-input-byte-stream-030.html]
+ [An encoding declaration in a meta charset attribute has a higher precedence than a following encoding declaration in a meta charset attribute.]
+ expected: FAIL
diff --git a/tests/wpt/meta/html/syntax/parsing/DOMContentLoaded-defer.html.ini b/tests/wpt/meta/html/syntax/parsing/DOMContentLoaded-defer.html.ini
new file mode 100644
index 00000000000..b8bdf33cb65
--- /dev/null
+++ b/tests/wpt/meta/html/syntax/parsing/DOMContentLoaded-defer.html.ini
@@ -0,0 +1,3 @@
+[DOMContentLoaded-defer.html]
+ [The end: DOMContentLoaded and defer scripts]
+ expected: FAIL
diff --git a/tests/wpt/meta/html/syntax/parsing/html5lib_webkit02.html.ini b/tests/wpt/meta/html/syntax/parsing/html5lib_webkit02.html.ini
index afb5151e9da..b6ea90db68c 100644
--- a/tests/wpt/meta/html/syntax/parsing/html5lib_webkit02.html.ini
+++ b/tests/wpt/meta/html/syntax/parsing/html5lib_webkit02.html.ini
@@ -2,12 +2,102 @@
[html5lib_webkit02.html 3e6b37a5fd0b16769f71f8e6a022ef6a972769d0]
expected: FAIL
+ [html5lib_webkit02.html 5463526d91a8677b27b6967866d6605f1bb03aac]
+ expected: FAIL
+
+ [html5lib_webkit02.html 4879f476053094cf5602d325724675378856a902]
+ expected: FAIL
+
+ [html5lib_webkit02.html 44c88b90236f01ebc8e0123363b527640a07070c]
+ expected: FAIL
+
+ [html5lib_webkit02.html cfb304e8f2d3cbdecc362226e7775cab452d5489]
+ expected: FAIL
+
+ [html5lib_webkit02.html 3fc625e7cb9b6ea72a9e252ede84c6fdd9680d87]
+ expected: FAIL
+
+ [html5lib_webkit02.html ecd089f9b5193fad306c5b475c4711547fe5e209]
+ expected: FAIL
+
+ [html5lib_webkit02.html cee2230c74671c594a1140a68d16e3d3e5ae005a]
+ expected: FAIL
+
+ [html5lib_webkit02.html 22b9fe36797d70a3b71a6aadc6ad7cff23c3fc90]
+ expected: FAIL
+
+ [html5lib_webkit02.html a82c3bf49c381b5f58c5c8a4bbbe0cef2458e28a]
+ expected: FAIL
+
+ [html5lib_webkit02.html 61f8d527795dc8044a95a3e2437de81e16597ceb]
+ expected: FAIL
+
[html5lib_webkit02.html?run_type=write_single]
[html5lib_webkit02.html 3e6b37a5fd0b16769f71f8e6a022ef6a972769d0]
expected: FAIL
+ [html5lib_webkit02.html 5463526d91a8677b27b6967866d6605f1bb03aac]
+ expected: FAIL
+
+ [html5lib_webkit02.html 4879f476053094cf5602d325724675378856a902]
+ expected: FAIL
+
+ [html5lib_webkit02.html 44c88b90236f01ebc8e0123363b527640a07070c]
+ expected: FAIL
+
+ [html5lib_webkit02.html cfb304e8f2d3cbdecc362226e7775cab452d5489]
+ expected: FAIL
+
+ [html5lib_webkit02.html 3fc625e7cb9b6ea72a9e252ede84c6fdd9680d87]
+ expected: FAIL
+
+ [html5lib_webkit02.html ecd089f9b5193fad306c5b475c4711547fe5e209]
+ expected: FAIL
+
+ [html5lib_webkit02.html cee2230c74671c594a1140a68d16e3d3e5ae005a]
+ expected: FAIL
+
+ [html5lib_webkit02.html 22b9fe36797d70a3b71a6aadc6ad7cff23c3fc90]
+ expected: FAIL
+
+ [html5lib_webkit02.html a82c3bf49c381b5f58c5c8a4bbbe0cef2458e28a]
+ expected: FAIL
+
+ [html5lib_webkit02.html 61f8d527795dc8044a95a3e2437de81e16597ceb]
+ expected: FAIL
+
[html5lib_webkit02.html?run_type=uri]
[html5lib_webkit02.html 3e6b37a5fd0b16769f71f8e6a022ef6a972769d0]
expected: FAIL
+
+ [html5lib_webkit02.html 5463526d91a8677b27b6967866d6605f1bb03aac]
+ expected: FAIL
+
+ [html5lib_webkit02.html 4879f476053094cf5602d325724675378856a902]
+ expected: FAIL
+
+ [html5lib_webkit02.html 44c88b90236f01ebc8e0123363b527640a07070c]
+ expected: FAIL
+
+ [html5lib_webkit02.html cfb304e8f2d3cbdecc362226e7775cab452d5489]
+ expected: FAIL
+
+ [html5lib_webkit02.html 3fc625e7cb9b6ea72a9e252ede84c6fdd9680d87]
+ expected: FAIL
+
+ [html5lib_webkit02.html ecd089f9b5193fad306c5b475c4711547fe5e209]
+ expected: FAIL
+
+ [html5lib_webkit02.html cee2230c74671c594a1140a68d16e3d3e5ae005a]
+ expected: FAIL
+
+ [html5lib_webkit02.html 22b9fe36797d70a3b71a6aadc6ad7cff23c3fc90]
+ expected: FAIL
+
+ [html5lib_webkit02.html a82c3bf49c381b5f58c5c8a4bbbe0cef2458e28a]
+ expected: FAIL
+
+ [html5lib_webkit02.html 61f8d527795dc8044a95a3e2437de81e16597ceb]
+ expected: FAIL
diff --git a/tests/wpt/meta/html/syntax/parsing/html_content_in_foreign_context.html.ini b/tests/wpt/meta/html/syntax/parsing/html_content_in_foreign_context.html.ini
new file mode 100644
index 00000000000..abb9989c25c
--- /dev/null
+++ b/tests/wpt/meta/html/syntax/parsing/html_content_in_foreign_context.html.ini
@@ -0,0 +1,3 @@
+[html_content_in_foreign_context.html]
+ [HTML namespace nodes should exit foreign contexts]
+ expected: FAIL
diff --git a/tests/wpt/meta/html/syntax/parsing/meta-inhead-insertion-mode.html.ini b/tests/wpt/meta/html/syntax/parsing/meta-inhead-insertion-mode.html.ini
new file mode 100644
index 00000000000..c855baf0c0e
--- /dev/null
+++ b/tests/wpt/meta/html/syntax/parsing/meta-inhead-insertion-mode.html.ini
@@ -0,0 +1,3 @@
+[meta-inhead-insertion-mode.html]
+ [Encoding specified in the 'charset' attribute should have precedence over 'content' attribute.]
+ expected: FAIL
diff --git a/tests/wpt/meta/html/syntax/parsing/quotes-in-meta.html.ini b/tests/wpt/meta/html/syntax/parsing/quotes-in-meta.html.ini
new file mode 100644
index 00000000000..9dd4eaa6c29
--- /dev/null
+++ b/tests/wpt/meta/html/syntax/parsing/quotes-in-meta.html.ini
@@ -0,0 +1,3 @@
+[quotes-in-meta.html]
+ [quotes-in-meta]
+ expected: FAIL
diff --git a/tests/wpt/meta/html/syntax/parsing/unclosed-svg-script.html.ini b/tests/wpt/meta/html/syntax/parsing/unclosed-svg-script.html.ini
new file mode 100644
index 00000000000..6af9488d235
--- /dev/null
+++ b/tests/wpt/meta/html/syntax/parsing/unclosed-svg-script.html.ini
@@ -0,0 +1,6 @@
+[unclosed-svg-script.html]
+ [SVG scripts with end tag should run]
+ expected: FAIL
+
+ [SVG scripts with bogus end tag inside should run]
+ expected: FAIL
diff --git a/tests/wpt/meta/html/syntax/serializing-html-fragments/serializing.html.ini b/tests/wpt/meta/html/syntax/serializing-html-fragments/serializing.html.ini
new file mode 100644
index 00000000000..7503b95c1bd
--- /dev/null
+++ b/tests/wpt/meta/html/syntax/serializing-html-fragments/serializing.html.ini
@@ -0,0 +1,6 @@
+[serializing.html]
+ [innerHTML Attribute in non-standard namespace]
+ expected: FAIL
+
+ [outerHTML Attribute in non-standard namespace]
+ expected: FAIL
diff --git a/tests/wpt/meta/html/syntax/serializing-html-fragments/template.html.ini b/tests/wpt/meta/html/syntax/serializing-html-fragments/template.html.ini
new file mode 100644
index 00000000000..df51117be3d
--- /dev/null
+++ b/tests/wpt/meta/html/syntax/serializing-html-fragments/template.html.ini
@@ -0,0 +1,3 @@
+[template.html]
+ [HTML fragment serialization algorithm should be applied to the template content]
+ expected: FAIL
diff --git a/tests/wpt/meta/html/syntax/serializing-xml-fragments/outerHTML.html.ini b/tests/wpt/meta/html/syntax/serializing-xml-fragments/outerHTML.html.ini
new file mode 100644
index 00000000000..b067eec594e
--- /dev/null
+++ b/tests/wpt/meta/html/syntax/serializing-xml-fragments/outerHTML.html.ini
@@ -0,0 +1,42 @@
+[outerHTML.html]
+ [Node for area]
+ expected: FAIL
+
+ [Node for base]
+ expected: FAIL
+
+ [Node for br]
+ expected: FAIL
+
+ [Node for col]
+ expected: FAIL
+
+ [Node for embed]
+ expected: FAIL
+
+ [Node for hr]
+ expected: FAIL
+
+ [Node for img]
+ expected: FAIL
+
+ [Node for input]
+ expected: FAIL
+
+ [Node for link]
+ expected: FAIL
+
+ [Node for meta]
+ expected: FAIL
+
+ [Node for param]
+ expected: FAIL
+
+ [Node for source]
+ expected: FAIL
+
+ [Node for track]
+ expected: FAIL
+
+ [Node for wbr]
+ expected: FAIL
diff --git a/tests/wpt/meta/html/syntax/speculative-parsing/generated/document-write/template-shadowrootmode-img-src.tentative.sub.html.ini b/tests/wpt/meta/html/syntax/speculative-parsing/generated/document-write/template-shadowrootmode-img-src.tentative.sub.html.ini
new file mode 100644
index 00000000000..684c9cd5408
--- /dev/null
+++ b/tests/wpt/meta/html/syntax/speculative-parsing/generated/document-write/template-shadowrootmode-img-src.tentative.sub.html.ini
@@ -0,0 +1,3 @@
+[template-shadowrootmode-img-src.tentative.sub.html]
+ [Speculative parsing, document.write(): template-shadowrootmode-img-src]
+ expected: FAIL
diff --git a/tests/wpt/meta/html/syntax/speculative-parsing/generated/document-write/template-shadowrootmode-link-stylesheet.tentative.sub.html.ini b/tests/wpt/meta/html/syntax/speculative-parsing/generated/document-write/template-shadowrootmode-link-stylesheet.tentative.sub.html.ini
new file mode 100644
index 00000000000..aafc688dcc3
--- /dev/null
+++ b/tests/wpt/meta/html/syntax/speculative-parsing/generated/document-write/template-shadowrootmode-link-stylesheet.tentative.sub.html.ini
@@ -0,0 +1,3 @@
+[template-shadowrootmode-link-stylesheet.tentative.sub.html]
+ [Speculative parsing, document.write(): template-shadowrootmode-link-stylesheet]
+ expected: FAIL
diff --git a/tests/wpt/meta/html/syntax/speculative-parsing/generated/document-write/template-shadowrootmode-script-src.tentative.sub.html.ini b/tests/wpt/meta/html/syntax/speculative-parsing/generated/document-write/template-shadowrootmode-script-src.tentative.sub.html.ini
new file mode 100644
index 00000000000..0e8dfa6c936
--- /dev/null
+++ b/tests/wpt/meta/html/syntax/speculative-parsing/generated/document-write/template-shadowrootmode-script-src.tentative.sub.html.ini
@@ -0,0 +1,3 @@
+[template-shadowrootmode-script-src.tentative.sub.html]
+ [Speculative parsing, document.write(): template-shadowrootmode-script-src]
+ expected: FAIL
diff --git a/tests/wpt/meta/html/syntax/speculative-parsing/generated/page-load/nested-template-shadowrootmode-1.tentative.html.ini b/tests/wpt/meta/html/syntax/speculative-parsing/generated/page-load/nested-template-shadowrootmode-1.tentative.html.ini
new file mode 100644
index 00000000000..22ca9d11d9d
--- /dev/null
+++ b/tests/wpt/meta/html/syntax/speculative-parsing/generated/page-load/nested-template-shadowrootmode-1.tentative.html.ini
@@ -0,0 +1,3 @@
+[nested-template-shadowrootmode-1.tentative.html]
+ [Speculative parsing, page load: nested-template-shadowrootmode-1]
+ expected: FAIL
diff --git a/tests/wpt/meta/html/syntax/speculative-parsing/generated/page-load/nested-template-shadowrootmode-2.tentative.html.ini b/tests/wpt/meta/html/syntax/speculative-parsing/generated/page-load/nested-template-shadowrootmode-2.tentative.html.ini
new file mode 100644
index 00000000000..676a75f1fa5
--- /dev/null
+++ b/tests/wpt/meta/html/syntax/speculative-parsing/generated/page-load/nested-template-shadowrootmode-2.tentative.html.ini
@@ -0,0 +1,3 @@
+[nested-template-shadowrootmode-2.tentative.html]
+ [Speculative parsing, page load: nested-template-shadowrootmode-2]
+ expected: FAIL
diff --git a/tests/wpt/meta/html/syntax/speculative-parsing/generated/page-load/template-img-src.tentative.html.ini b/tests/wpt/meta/html/syntax/speculative-parsing/generated/page-load/template-img-src.tentative.html.ini
new file mode 100644
index 00000000000..31b655bf61e
--- /dev/null
+++ b/tests/wpt/meta/html/syntax/speculative-parsing/generated/page-load/template-img-src.tentative.html.ini
@@ -0,0 +1,3 @@
+[template-img-src.tentative.html]
+ [Speculative parsing, page load: template-img-src]
+ expected: FAIL
diff --git a/tests/wpt/meta/html/syntax/speculative-parsing/generated/page-load/template-link-stylesheet.tentative.html.ini b/tests/wpt/meta/html/syntax/speculative-parsing/generated/page-load/template-link-stylesheet.tentative.html.ini
new file mode 100644
index 00000000000..8e207c90be1
--- /dev/null
+++ b/tests/wpt/meta/html/syntax/speculative-parsing/generated/page-load/template-link-stylesheet.tentative.html.ini
@@ -0,0 +1,3 @@
+[template-link-stylesheet.tentative.html]
+ [Speculative parsing, page load: template-link-stylesheet]
+ expected: FAIL
diff --git a/tests/wpt/meta/html/syntax/speculative-parsing/generated/page-load/template-shadowrootmode-img-src.tentative.html.ini b/tests/wpt/meta/html/syntax/speculative-parsing/generated/page-load/template-shadowrootmode-img-src.tentative.html.ini
new file mode 100644
index 00000000000..44bf28c68d5
--- /dev/null
+++ b/tests/wpt/meta/html/syntax/speculative-parsing/generated/page-load/template-shadowrootmode-img-src.tentative.html.ini
@@ -0,0 +1,3 @@
+[template-shadowrootmode-img-src.tentative.html]
+ [Speculative parsing, page load: template-shadowrootmode-img-src]
+ expected: FAIL
diff --git a/tests/wpt/meta/html/syntax/speculative-parsing/generated/page-load/template-shadowrootmode-link-stylesheet.tentative.html.ini b/tests/wpt/meta/html/syntax/speculative-parsing/generated/page-load/template-shadowrootmode-link-stylesheet.tentative.html.ini
new file mode 100644
index 00000000000..1f6a4e81ee4
--- /dev/null
+++ b/tests/wpt/meta/html/syntax/speculative-parsing/generated/page-load/template-shadowrootmode-link-stylesheet.tentative.html.ini
@@ -0,0 +1,3 @@
+[template-shadowrootmode-link-stylesheet.tentative.html]
+ [Speculative parsing, page load: template-shadowrootmode-link-stylesheet]
+ expected: FAIL
diff --git a/tests/wpt/meta/html/syntax/speculative-parsing/generated/page-load/template-shadowrootmode-script-src.tentative.html.ini b/tests/wpt/meta/html/syntax/speculative-parsing/generated/page-load/template-shadowrootmode-script-src.tentative.html.ini
new file mode 100644
index 00000000000..57838549b9d
--- /dev/null
+++ b/tests/wpt/meta/html/syntax/speculative-parsing/generated/page-load/template-shadowrootmode-script-src.tentative.html.ini
@@ -0,0 +1,3 @@
+[template-shadowrootmode-script-src.tentative.html]
+ [Speculative parsing, page load: template-shadowrootmode-script-src]
+ expected: FAIL