diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
commit | 6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch) | |
tree | a68f146d7fa01f0134297619fbe7e33db084e0aa /testing/web-platform/meta/html/syntax/parsing | |
parent | Initial commit. (diff) | |
download | thunderbird-upstream.tar.xz thunderbird-upstream.zip |
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/html/syntax/parsing')
95 files changed, 888 insertions, 0 deletions
diff --git a/testing/web-platform/meta/html/syntax/parsing/DOMContentLoaded-defer.html.ini b/testing/web-platform/meta/html/syntax/parsing/DOMContentLoaded-defer.html.ini new file mode 100644 index 0000000000..94284afca0 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/DOMContentLoaded-defer.html.ini @@ -0,0 +1,3 @@ +[DOMContentLoaded-defer.html] + disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1242128 + diff --git a/testing/web-platform/meta/html/syntax/parsing/__dir__.ini b/testing/web-platform/meta/html/syntax/parsing/__dir__.ini new file mode 100644 index 0000000000..daf68383df --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/__dir__.ini @@ -0,0 +1 @@ +leak-threshold: [default:51200] diff --git a/testing/web-platform/meta/html/syntax/parsing/ambiguous-ampersand.html.ini b/testing/web-platform/meta/html/syntax/parsing/ambiguous-ampersand.html.ini new file mode 100644 index 0000000000..30d2b5c199 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/ambiguous-ampersand.html.ini @@ -0,0 +1,3 @@ +[ambiguous-ampersand.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/empty-doctype-ids.html.ini b/testing/web-platform/meta/html/syntax/parsing/empty-doctype-ids.html.ini new file mode 100644 index 0000000000..a541f6b807 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/empty-doctype-ids.html.ini @@ -0,0 +1,3 @@ +[empty-doctype-ids.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/html/syntax/parsing/html-integration-point.html.ini b/testing/web-platform/meta/html/syntax/parsing/html-integration-point.html.ini new file mode 100644 index 0000000000..a30bc5e893 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html-integration-point.html.ini @@ -0,0 +1,3 @@ +[html-integration-point.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_adoption01.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_adoption01.html.ini new file mode 100644 index 0000000000..09e3b085ff --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_adoption01.html.ini @@ -0,0 +1,11 @@ +[html5lib_adoption01.html?run_type=uri] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_adoption01.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_adoption01.html?run_type=write_single] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_adoption02.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_adoption02.html.ini new file mode 100644 index 0000000000..f8daa1df59 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_adoption02.html.ini @@ -0,0 +1,11 @@ +[html5lib_adoption02.html?run_type=uri] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_adoption02.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_adoption02.html?run_type=write_single] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_blocks.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_blocks.html.ini new file mode 100644 index 0000000000..5ff7555d40 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_blocks.html.ini @@ -0,0 +1,11 @@ +[html5lib_blocks.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_blocks.html?run_type=uri] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_blocks.html?run_type=write_single] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_comments01.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_comments01.html.ini new file mode 100644 index 0000000000..077149ca8b --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_comments01.html.ini @@ -0,0 +1,11 @@ +[html5lib_comments01.html?run_type=write_single] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_comments01.html?run_type=uri] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_comments01.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_doctype01.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_doctype01.html.ini new file mode 100644 index 0000000000..a51276feca --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_doctype01.html.ini @@ -0,0 +1,11 @@ +[html5lib_doctype01.html?run_type=uri] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_doctype01.html?run_type=write_single] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_doctype01.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_domjs-unsafe.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_domjs-unsafe.html.ini new file mode 100644 index 0000000000..cd8f3478e8 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_domjs-unsafe.html.ini @@ -0,0 +1,11 @@ +[html5lib_domjs-unsafe.html?run_type=uri] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_domjs-unsafe.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_domjs-unsafe.html?run_type=write_single] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_entities01.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_entities01.html.ini new file mode 100644 index 0000000000..359df94088 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_entities01.html.ini @@ -0,0 +1,11 @@ +[html5lib_entities01.html?run_type=uri] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_entities01.html?run_type=write_single] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_entities01.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_entities02.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_entities02.html.ini new file mode 100644 index 0000000000..5bdce28155 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_entities02.html.ini @@ -0,0 +1,11 @@ +[html5lib_entities02.html?run_type=write_single] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_entities02.html?run_type=uri] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_entities02.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_html5test-com.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_html5test-com.html.ini new file mode 100644 index 0000000000..df167935a6 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_html5test-com.html.ini @@ -0,0 +1,11 @@ +[html5lib_html5test-com.html?run_type=uri] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_html5test-com.html?run_type=write_single] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_html5test-com.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_inbody01.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_inbody01.html.ini new file mode 100644 index 0000000000..39ebe08c3d --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_inbody01.html.ini @@ -0,0 +1,11 @@ +[html5lib_inbody01.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_inbody01.html?run_type=uri] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_inbody01.html?run_type=write_single] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_innerHTML_adoption01.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_innerHTML_adoption01.html.ini new file mode 100644 index 0000000000..d585d0fc95 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_innerHTML_adoption01.html.ini @@ -0,0 +1,3 @@ +[html5lib_innerHTML_adoption01.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_innerHTML_foreign-fragment.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_innerHTML_foreign-fragment.html.ini new file mode 100644 index 0000000000..f1ccce18e2 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_innerHTML_foreign-fragment.html.ini @@ -0,0 +1,41 @@ +[html5lib_innerHTML_foreign-fragment.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [html5lib_innerHTML_foreign-fragment.html 4917b7458e1fff6c5cb21d7baf6863cc9550c61e] + expected: FAIL + + [html5lib_innerHTML_foreign-fragment.html b6d19b8ccacd2fde354df002b856f649ae91b20e] + expected: FAIL + + [html5lib_innerHTML_foreign-fragment.html 14e07b0c2adecfe362428885346c200e89f08e66] + expected: FAIL + + [html5lib_innerHTML_foreign-fragment.html b4c43a4fcdaa1a4c753674c4f92987b70d54d80b] + expected: FAIL + + [html5lib_innerHTML_foreign-fragment.html 0c1782eb0f62f616627f0132729d6a194f8b7546] + expected: FAIL + + [html5lib_innerHTML_foreign-fragment.html 9dc5a819afe33d6babc04edc8f92cb8045f0f006] + expected: FAIL + + [html5lib_innerHTML_foreign-fragment.html e4208cd58954d48c8493fdf215595a4afe21621a] + expected: FAIL + + [html5lib_innerHTML_foreign-fragment.html 6c4299f29a55fe8d2972ab3b0b8af6c8c640c88f] + expected: FAIL + + [html5lib_innerHTML_foreign-fragment.html 69fb90a251264e4e80762fa9acecd2c0bffc0c4c] + expected: FAIL + + [html5lib_innerHTML_foreign-fragment.html f856588390b813aafc272f42800d31ba9a4844e6] + expected: FAIL + + [html5lib_innerHTML_foreign-fragment.html 4c871c875e73e61adb24de1d18fad01363982e21] + expected: FAIL + + [html5lib_innerHTML_foreign-fragment.html ce74a1ba339d07982908cc088c9057957a442b3e] + expected: FAIL + + [html5lib_innerHTML_foreign-fragment.html b941cd3ca955b1025061b0ff0cda775f0edd16bc] + expected: FAIL diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_innerHTML_math.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_innerHTML_math.html.ini new file mode 100644 index 0000000000..64e17ee9da --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_innerHTML_math.html.ini @@ -0,0 +1,3 @@ +[html5lib_innerHTML_math.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_innerHTML_svg.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_innerHTML_svg.html.ini new file mode 100644 index 0000000000..c49cfc7349 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_innerHTML_svg.html.ini @@ -0,0 +1,3 @@ +[html5lib_innerHTML_svg.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_innerHTML_tests4.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_innerHTML_tests4.html.ini new file mode 100644 index 0000000000..056171b8bb --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_innerHTML_tests4.html.ini @@ -0,0 +1,3 @@ +[html5lib_innerHTML_tests4.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_innerHTML_tests6.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_innerHTML_tests6.html.ini new file mode 100644 index 0000000000..0f46d604f2 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_innerHTML_tests6.html.ini @@ -0,0 +1,3 @@ +[html5lib_innerHTML_tests6.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_innerHTML_tests7.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_innerHTML_tests7.html.ini new file mode 100644 index 0000000000..ad54693908 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_innerHTML_tests7.html.ini @@ -0,0 +1,3 @@ +[html5lib_innerHTML_tests7.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_innerHTML_tests_innerHTML_1.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_innerHTML_tests_innerHTML_1.html.ini new file mode 100644 index 0000000000..6ff31061ff --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_innerHTML_tests_innerHTML_1.html.ini @@ -0,0 +1,3 @@ +[html5lib_innerHTML_tests_innerHTML_1.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_innerHTML_webkit02.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_innerHTML_webkit02.html.ini new file mode 100644 index 0000000000..a20ecab9da --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_innerHTML_webkit02.html.ini @@ -0,0 +1,3 @@ +[html5lib_innerHTML_webkit02.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_isindex.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_isindex.html.ini new file mode 100644 index 0000000000..eb7cde6bcc --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_isindex.html.ini @@ -0,0 +1,11 @@ +[html5lib_isindex.html?run_type=write_single] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_isindex.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_isindex.html?run_type=uri] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_main-element.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_main-element.html.ini new file mode 100644 index 0000000000..b1c9220730 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_main-element.html.ini @@ -0,0 +1,11 @@ +[html5lib_main-element.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_main-element.html?run_type=uri] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_main-element.html?run_type=write_single] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_menuitem-element.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_menuitem-element.html.ini new file mode 100644 index 0000000000..6b7d31484f --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_menuitem-element.html.ini @@ -0,0 +1,11 @@ +[html5lib_menuitem-element.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_menuitem-element.html?run_type=uri] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_menuitem-element.html?run_type=write_single] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_namespace-sensitivity.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_namespace-sensitivity.html.ini new file mode 100644 index 0000000000..08bc3a13b2 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_namespace-sensitivity.html.ini @@ -0,0 +1,11 @@ +[html5lib_namespace-sensitivity.html?run_type=write_single] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_namespace-sensitivity.html?run_type=uri] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_namespace-sensitivity.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_pending-spec-changes-plain-text-unsafe.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_pending-spec-changes-plain-text-unsafe.html.ini new file mode 100644 index 0000000000..9b2771f79b --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_pending-spec-changes-plain-text-unsafe.html.ini @@ -0,0 +1,11 @@ +[html5lib_pending-spec-changes-plain-text-unsafe.html?run_type=write_single] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_pending-spec-changes-plain-text-unsafe.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_pending-spec-changes-plain-text-unsafe.html?run_type=uri] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_pending-spec-changes.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_pending-spec-changes.html.ini new file mode 100644 index 0000000000..9858a09a17 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_pending-spec-changes.html.ini @@ -0,0 +1,11 @@ +[html5lib_pending-spec-changes.html?run_type=uri] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_pending-spec-changes.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_pending-spec-changes.html?run_type=write_single] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_plain-text-unsafe.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_plain-text-unsafe.html.ini new file mode 100644 index 0000000000..c2a1f24023 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_plain-text-unsafe.html.ini @@ -0,0 +1,11 @@ +[html5lib_plain-text-unsafe.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_plain-text-unsafe.html?run_type=uri] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_plain-text-unsafe.html?run_type=write_single] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_ruby.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_ruby.html.ini new file mode 100644 index 0000000000..ca53dd7c5c --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_ruby.html.ini @@ -0,0 +1,11 @@ +[html5lib_ruby.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_ruby.html?run_type=uri] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_ruby.html?run_type=write_single] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_scriptdata01.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_scriptdata01.html.ini new file mode 100644 index 0000000000..6032171654 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_scriptdata01.html.ini @@ -0,0 +1,11 @@ +[html5lib_scriptdata01.html?run_type=write_single] + expected: + if (os == "android") and fission: [TIMEOUT, OK] + +[html5lib_scriptdata01.html?run_type=uri] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_scriptdata01.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_scripted_adoption01.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_scripted_adoption01.html.ini new file mode 100644 index 0000000000..61d3f41af9 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_scripted_adoption01.html.ini @@ -0,0 +1,11 @@ +[html5lib_scripted_adoption01.html?run_type=uri] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_scripted_adoption01.html?run_type=write_single] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_scripted_adoption01.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_scripted_ark.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_scripted_ark.html.ini new file mode 100644 index 0000000000..8cc9cc9729 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_scripted_ark.html.ini @@ -0,0 +1,11 @@ +[html5lib_scripted_ark.html?run_type=write_single] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_scripted_ark.html?run_type=uri] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_scripted_ark.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_scripted_webkit01.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_scripted_webkit01.html.ini new file mode 100644 index 0000000000..93ebdf4d42 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_scripted_webkit01.html.ini @@ -0,0 +1,11 @@ +[html5lib_scripted_webkit01.html?run_type=uri] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_scripted_webkit01.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_scripted_webkit01.html?run_type=write_single] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_search-element.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_search-element.html.ini new file mode 100644 index 0000000000..443f2bc906 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_search-element.html.ini @@ -0,0 +1,22 @@ +[html5lib_search-element.html?run_type=write_single] + [html5lib_search-element.html 114b9f3c8147c0ed8ef3ed1811a9da3f10d74402] + expected: FAIL + + [html5lib_search-element.html 2204afb9037ec886f428ab5dcead5ee9f87c65cb] + expected: FAIL + + +[html5lib_search-element.html?run_type=write] + [html5lib_search-element.html 114b9f3c8147c0ed8ef3ed1811a9da3f10d74402] + expected: FAIL + + [html5lib_search-element.html 2204afb9037ec886f428ab5dcead5ee9f87c65cb] + expected: FAIL + + +[html5lib_search-element.html?run_type=uri] + [html5lib_search-element.html 114b9f3c8147c0ed8ef3ed1811a9da3f10d74402] + expected: FAIL + + [html5lib_search-element.html 2204afb9037ec886f428ab5dcead5ee9f87c65cb] + expected: FAIL diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_tables01.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_tables01.html.ini new file mode 100644 index 0000000000..e2470a70d8 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_tables01.html.ini @@ -0,0 +1,19 @@ +[html5lib_tables01.html?run_type=write_single] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [html5lib_tables01.html 201737ac5662941cdf6ece5d6721ea8b0647f0ce] + expected: FAIL + + +[html5lib_tables01.html?run_type=uri] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [html5lib_tables01.html 201737ac5662941cdf6ece5d6721ea8b0647f0ce] + expected: FAIL + + +[html5lib_tables01.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [html5lib_tables01.html 201737ac5662941cdf6ece5d6721ea8b0647f0ce] + expected: FAIL diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_template.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_template.html.ini new file mode 100644 index 0000000000..da7fd37917 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_template.html.ini @@ -0,0 +1,11 @@ +[html5lib_template.html?run_type=uri] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_template.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_template.html?run_type=write_single] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_tests1.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_tests1.html.ini new file mode 100644 index 0000000000..3145d94874 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_tests1.html.ini @@ -0,0 +1,11 @@ +[html5lib_tests1.html?run_type=write_single] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_tests1.html?run_type=uri] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_tests1.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_tests10.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_tests10.html.ini new file mode 100644 index 0000000000..eb2593367f --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_tests10.html.ini @@ -0,0 +1,11 @@ +[html5lib_tests10.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_tests10.html?run_type=write_single] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_tests10.html?run_type=uri] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_tests11.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_tests11.html.ini new file mode 100644 index 0000000000..f81671c079 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_tests11.html.ini @@ -0,0 +1,11 @@ +[html5lib_tests11.html?run_type=uri] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_tests11.html?run_type=write_single] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_tests11.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_tests12.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_tests12.html.ini new file mode 100644 index 0000000000..c1bd5259fd --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_tests12.html.ini @@ -0,0 +1,11 @@ +[html5lib_tests12.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_tests12.html?run_type=write_single] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_tests12.html?run_type=uri] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_tests14.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_tests14.html.ini new file mode 100644 index 0000000000..b147de8c23 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_tests14.html.ini @@ -0,0 +1,11 @@ +[html5lib_tests14.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_tests14.html?run_type=uri] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_tests14.html?run_type=write_single] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_tests15.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_tests15.html.ini new file mode 100644 index 0000000000..d926e70112 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_tests15.html.ini @@ -0,0 +1,23 @@ +[html5lib_tests15.html?run_type=write_single] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [html5lib_tests15.html 93c2841d64ce8d4745de6a0fbd28ddba273fd3d0] + expected: FAIL + + [html5lib_tests15.html e83c7f01a04d3ff180019d1578cc666f67ea71eb] + expected: FAIL + + [html5lib_tests15.html 8ed7e05d49dfc6701ef8325a5d9504d596d8d083] + expected: FAIL + + [html5lib_tests15.html 938af694979b4eae59e7bd3ab71d76e5254192a0] + expected: FAIL + + +[html5lib_tests15.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_tests15.html?run_type=uri] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_tests16.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_tests16.html.ini new file mode 100644 index 0000000000..ac15c8122a --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_tests16.html.ini @@ -0,0 +1,12 @@ +[html5lib_tests16.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_tests16.html?run_type=write_single] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_tests16.html?run_type=uri] + max-asserts: 2 + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_tests17.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_tests17.html.ini new file mode 100644 index 0000000000..284d272c5b --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_tests17.html.ini @@ -0,0 +1,11 @@ +[html5lib_tests17.html?run_type=uri] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_tests17.html?run_type=write_single] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_tests17.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_tests18.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_tests18.html.ini new file mode 100644 index 0000000000..4f01125f5e --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_tests18.html.ini @@ -0,0 +1,11 @@ +[html5lib_tests18.html?run_type=uri] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_tests18.html?run_type=write_single] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_tests18.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_tests19.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_tests19.html.ini new file mode 100644 index 0000000000..4765a509c2 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_tests19.html.ini @@ -0,0 +1,15 @@ +[html5lib_tests19.html?run_type=write_single] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [html5lib_tests19.html 3984cbe166b42d77ff6dadc8e1687075db7a8e65] + expected: FAIL + + +[html5lib_tests19.html?run_type=uri] + max-asserts: 2 + expected: + if (os == "android") and fission: [TIMEOUT, OK] + +[html5lib_tests19.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_tests2.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_tests2.html.ini new file mode 100644 index 0000000000..cb63a4de52 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_tests2.html.ini @@ -0,0 +1,11 @@ +[html5lib_tests2.html?run_type=uri] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_tests2.html?run_type=write_single] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_tests2.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_tests20.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_tests20.html.ini new file mode 100644 index 0000000000..480ed8924a --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_tests20.html.ini @@ -0,0 +1,11 @@ +[html5lib_tests20.html?run_type=uri] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_tests20.html?run_type=write_single] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_tests20.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_tests21.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_tests21.html.ini new file mode 100644 index 0000000000..2201d052a7 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_tests21.html.ini @@ -0,0 +1,11 @@ +[html5lib_tests21.html?run_type=write_single] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_tests21.html?run_type=uri] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_tests21.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_tests22.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_tests22.html.ini new file mode 100644 index 0000000000..cba51f9a2d --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_tests22.html.ini @@ -0,0 +1,11 @@ +[html5lib_tests22.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_tests22.html?run_type=uri] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_tests22.html?run_type=write_single] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_tests23.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_tests23.html.ini new file mode 100644 index 0000000000..528445711d --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_tests23.html.ini @@ -0,0 +1,11 @@ +[html5lib_tests23.html?run_type=uri] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_tests23.html?run_type=write_single] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_tests23.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_tests24.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_tests24.html.ini new file mode 100644 index 0000000000..b2d5546f8c --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_tests24.html.ini @@ -0,0 +1,11 @@ +[html5lib_tests24.html?run_type=uri] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_tests24.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_tests24.html?run_type=write_single] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_tests25.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_tests25.html.ini new file mode 100644 index 0000000000..370f5e6d72 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_tests25.html.ini @@ -0,0 +1,16 @@ +[html5lib_tests25.html] + [html5lib_tests25.html d46fa11c0107d59c84778beae84f388f55bffc31] + expected: FAIL + + +[html5lib_tests25.html?run_type=write_single] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_tests25.html?run_type=uri] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_tests25.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_tests26.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_tests26.html.ini new file mode 100644 index 0000000000..b4ddf60d36 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_tests26.html.ini @@ -0,0 +1,11 @@ +[html5lib_tests26.html?run_type=uri] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_tests26.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_tests26.html?run_type=write_single] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_tests3.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_tests3.html.ini new file mode 100644 index 0000000000..4282732d05 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_tests3.html.ini @@ -0,0 +1,11 @@ +[html5lib_tests3.html?run_type=uri] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_tests3.html?run_type=write_single] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_tests3.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_tests5.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_tests5.html.ini new file mode 100644 index 0000000000..000e40f211 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_tests5.html.ini @@ -0,0 +1,11 @@ +[html5lib_tests5.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_tests5.html?run_type=write_single] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_tests5.html?run_type=uri] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_tests6.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_tests6.html.ini new file mode 100644 index 0000000000..edb3e5b329 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_tests6.html.ini @@ -0,0 +1,11 @@ +[html5lib_tests6.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_tests6.html?run_type=uri] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_tests6.html?run_type=write_single] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_tests7.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_tests7.html.ini new file mode 100644 index 0000000000..03f38d1cbd --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_tests7.html.ini @@ -0,0 +1,30 @@ +[html5lib_tests7.html] + [html5lib_tests7.html 5b0b3edcc3ce9fdc9f58eb62d326865ca0aab8c8] + expected: FAIL + + +[html5lib_tests7.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [html5lib_tests7.html 5b0b3edcc3ce9fdc9f58eb62d326865ca0aab8c8] + expected: FAIL + + +[html5lib_tests7.html?run_type=uri] + expected: + if (os == "android") and fission: [TIMEOUT, OK] + [html5lib_tests7.html 5b0b3edcc3ce9fdc9f58eb62d326865ca0aab8c8] + expected: FAIL + + +[html5lib_tests7.html?run_type=write_single] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [html5lib_tests7.html 0fa23bb5d8b2a591afb1842b8f4c00c490c127b4] + expected: FAIL + + [html5lib_tests7.html f6d60b3ae48e2b69b4c25125f9b5a3ab4867521b] + expected: FAIL + + [html5lib_tests7.html 5b0b3edcc3ce9fdc9f58eb62d326865ca0aab8c8] + expected: FAIL diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_tests8.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_tests8.html.ini new file mode 100644 index 0000000000..6661e5eb69 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_tests8.html.ini @@ -0,0 +1,11 @@ +[html5lib_tests8.html?run_type=uri] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_tests8.html?run_type=write_single] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_tests8.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_tests9.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_tests9.html.ini new file mode 100644 index 0000000000..889c74465a --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_tests9.html.ini @@ -0,0 +1,11 @@ +[html5lib_tests9.html?run_type=uri] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_tests9.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_tests9.html?run_type=write_single] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_tricky01.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_tricky01.html.ini new file mode 100644 index 0000000000..081a9ce670 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_tricky01.html.ini @@ -0,0 +1,11 @@ +[html5lib_tricky01.html?run_type=uri] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_tricky01.html?run_type=write_single] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_tricky01.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_webkit01.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_webkit01.html.ini new file mode 100644 index 0000000000..6136fe639c --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_webkit01.html.ini @@ -0,0 +1,11 @@ +[html5lib_webkit01.html?run_type=write_single] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_webkit01.html?run_type=uri] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[html5lib_webkit01.html?run_type=write] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/html5lib_webkit02.html.ini b/testing/web-platform/meta/html/syntax/parsing/html5lib_webkit02.html.ini new file mode 100644 index 0000000000..372b726441 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html5lib_webkit02.html.ini @@ -0,0 +1,100 @@ +[html5lib_webkit02.html?run_type=write] + expected: + if (os == "android") and fission: [TIMEOUT, OK] + [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] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [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] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [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/testing/web-platform/meta/html/syntax/parsing/html_content_in_foreign_context.html.ini b/testing/web-platform/meta/html/syntax/parsing/html_content_in_foreign_context.html.ini new file mode 100644 index 0000000000..d091ac08a1 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/html_content_in_foreign_context.html.ini @@ -0,0 +1,5 @@ +[html_content_in_foreign_context.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [HTML namespace nodes should exit foreign contexts] + expected: FAIL diff --git a/testing/web-platform/meta/html/syntax/parsing/inhead-noscript-head.html.ini b/testing/web-platform/meta/html/syntax/parsing/inhead-noscript-head.html.ini new file mode 100644 index 0000000000..11bcb52996 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/inhead-noscript-head.html.ini @@ -0,0 +1,3 @@ +[inhead-noscript-head.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/math-parse01.html.ini b/testing/web-platform/meta/html/syntax/parsing/math-parse01.html.ini new file mode 100644 index 0000000000..03cf8d5309 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/math-parse01.html.ini @@ -0,0 +1,3 @@ +[math-parse01.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/math-parse03.html.ini b/testing/web-platform/meta/html/syntax/parsing/math-parse03.html.ini new file mode 100644 index 0000000000..67a949f3a6 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/math-parse03.html.ini @@ -0,0 +1,3 @@ +[math-parse03.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/meta-inhead-insertion-mode.html.ini b/testing/web-platform/meta/html/syntax/parsing/meta-inhead-insertion-mode.html.ini new file mode 100644 index 0000000000..ede0e3a544 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/meta-inhead-insertion-mode.html.ini @@ -0,0 +1,3 @@ +[meta-inhead-insertion-mode.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/named-character-references.html.ini b/testing/web-platform/meta/html/syntax/parsing/named-character-references.html.ini new file mode 100644 index 0000000000..45eca901ba --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/named-character-references.html.ini @@ -0,0 +1,3 @@ +[named-character-references.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/no-doctype-name.html.ini b/testing/web-platform/meta/html/syntax/parsing/no-doctype-name.html.ini new file mode 100644 index 0000000000..06933dc970 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/no-doctype-name.html.ini @@ -0,0 +1,3 @@ +[no-doctype-name.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/quotes-in-meta.html.ini b/testing/web-platform/meta/html/syntax/parsing/quotes-in-meta.html.ini new file mode 100644 index 0000000000..8e7945c449 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/quotes-in-meta.html.ini @@ -0,0 +1,3 @@ +[quotes-in-meta.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/template/additions-to-foster-parenting/template-is-a-foster-parent-element.html.ini b/testing/web-platform/meta/html/syntax/parsing/template/additions-to-foster-parenting/template-is-a-foster-parent-element.html.ini new file mode 100644 index 0000000000..b2d534da4c --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/template/additions-to-foster-parenting/template-is-a-foster-parent-element.html.ini @@ -0,0 +1,3 @@ +[template-is-a-foster-parent-element.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/template/additions-to-foster-parenting/template-is-not-a-foster-parent-element.html.ini b/testing/web-platform/meta/html/syntax/parsing/template/additions-to-foster-parenting/template-is-not-a-foster-parent-element.html.ini new file mode 100644 index 0000000000..afc35ec728 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/template/additions-to-foster-parenting/template-is-not-a-foster-parent-element.html.ini @@ -0,0 +1,3 @@ +[template-is-not-a-foster-parent-element.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/ignore-body-token.html.ini b/testing/web-platform/meta/html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/ignore-body-token.html.ini new file mode 100644 index 0000000000..5e15640558 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/ignore-body-token.html.ini @@ -0,0 +1,3 @@ +[ignore-body-token.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/ignore-frameset-token.html.ini b/testing/web-platform/meta/html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/ignore-frameset-token.html.ini new file mode 100644 index 0000000000..a085e6a648 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/ignore-frameset-token.html.ini @@ -0,0 +1,3 @@ +[ignore-frameset-token.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/ignore-head-token.html.ini b/testing/web-platform/meta/html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/ignore-head-token.html.ini new file mode 100644 index 0000000000..b73224c5a3 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/ignore-head-token.html.ini @@ -0,0 +1,3 @@ +[ignore-head-token.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/ignore-html-token.html.ini b/testing/web-platform/meta/html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/ignore-html-token.html.ini new file mode 100644 index 0000000000..66ef7404de --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/ignore-html-token.html.ini @@ -0,0 +1,3 @@ +[ignore-html-token.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/start-tag-body.html.ini b/testing/web-platform/meta/html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/start-tag-body.html.ini new file mode 100644 index 0000000000..ae040c7dec --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/start-tag-body.html.ini @@ -0,0 +1,3 @@ +[start-tag-body.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/start-tag-html.html.ini b/testing/web-platform/meta/html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/start-tag-html.html.ini new file mode 100644 index 0000000000..7e6aa49b6a --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/start-tag-html.html.ini @@ -0,0 +1,3 @@ +[start-tag-html.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/template-end-tag-without-start-one.html.ini b/testing/web-platform/meta/html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/template-end-tag-without-start-one.html.ini new file mode 100644 index 0000000000..d30afe647f --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/template-end-tag-without-start-one.html.ini @@ -0,0 +1,3 @@ +[template-end-tag-without-start-one.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/template/additions-to-the-in-frameset-insertion-mode/end-tag-frameset.html.ini b/testing/web-platform/meta/html/syntax/parsing/template/additions-to-the-in-frameset-insertion-mode/end-tag-frameset.html.ini new file mode 100644 index 0000000000..2e522b5e9b --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/template/additions-to-the-in-frameset-insertion-mode/end-tag-frameset.html.ini @@ -0,0 +1,3 @@ +[end-tag-frameset.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/template/additions-to-the-in-head-insertion-mode/generating-of-implied-end-tags.html.ini b/testing/web-platform/meta/html/syntax/parsing/template/additions-to-the-in-head-insertion-mode/generating-of-implied-end-tags.html.ini new file mode 100644 index 0000000000..1adc9a87f5 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/template/additions-to-the-in-head-insertion-mode/generating-of-implied-end-tags.html.ini @@ -0,0 +1,3 @@ +[generating-of-implied-end-tags.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/template/additions-to-the-in-head-insertion-mode/template-end-tag-without-start-one.html.ini b/testing/web-platform/meta/html/syntax/parsing/template/additions-to-the-in-head-insertion-mode/template-end-tag-without-start-one.html.ini new file mode 100644 index 0000000000..d30afe647f --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/template/additions-to-the-in-head-insertion-mode/template-end-tag-without-start-one.html.ini @@ -0,0 +1,3 @@ +[template-end-tag-without-start-one.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/template/additions-to-the-in-table-insertion-mode/end-tag-table.html.ini b/testing/web-platform/meta/html/syntax/parsing/template/additions-to-the-in-table-insertion-mode/end-tag-table.html.ini new file mode 100644 index 0000000000..ec86d4fa38 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/template/additions-to-the-in-table-insertion-mode/end-tag-table.html.ini @@ -0,0 +1,3 @@ +[end-tag-table.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/template/appending-to-a-template/template-child-nodes.html.ini b/testing/web-platform/meta/html/syntax/parsing/template/appending-to-a-template/template-child-nodes.html.ini new file mode 100644 index 0000000000..4db582ab34 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/template/appending-to-a-template/template-child-nodes.html.ini @@ -0,0 +1,3 @@ +[template-child-nodes.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/template/clearing-the-stack-back-to-a-given-context/clearing-stack-back-to-a-table-body-context.html.ini b/testing/web-platform/meta/html/syntax/parsing/template/clearing-the-stack-back-to-a-given-context/clearing-stack-back-to-a-table-body-context.html.ini new file mode 100644 index 0000000000..7938467448 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/template/clearing-the-stack-back-to-a-given-context/clearing-stack-back-to-a-table-body-context.html.ini @@ -0,0 +1,3 @@ +[clearing-stack-back-to-a-table-body-context.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/template/clearing-the-stack-back-to-a-given-context/clearing-stack-back-to-a-table-context.html.ini b/testing/web-platform/meta/html/syntax/parsing/template/clearing-the-stack-back-to-a-given-context/clearing-stack-back-to-a-table-context.html.ini new file mode 100644 index 0000000000..9e363d170d --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/template/clearing-the-stack-back-to-a-given-context/clearing-stack-back-to-a-table-context.html.ini @@ -0,0 +1,3 @@ +[clearing-stack-back-to-a-table-context.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/template/clearing-the-stack-back-to-a-given-context/clearing-stack-back-to-a-table-row-context.html.ini b/testing/web-platform/meta/html/syntax/parsing/template/clearing-the-stack-back-to-a-given-context/clearing-stack-back-to-a-table-row-context.html.ini new file mode 100644 index 0000000000..0c40d29269 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/template/clearing-the-stack-back-to-a-given-context/clearing-stack-back-to-a-table-row-context.html.ini @@ -0,0 +1,3 @@ +[clearing-stack-back-to-a-table-row-context.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/template/creating-an-element-for-the-token/template-owner-document.html.ini b/testing/web-platform/meta/html/syntax/parsing/template/creating-an-element-for-the-token/template-owner-document.html.ini new file mode 100644 index 0000000000..33d1c5c066 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/template/creating-an-element-for-the-token/template-owner-document.html.ini @@ -0,0 +1,3 @@ +[template-owner-document.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/the-end.html.ini b/testing/web-platform/meta/html/syntax/parsing/the-end.html.ini new file mode 100644 index 0000000000..7636e3a9ab --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/the-end.html.ini @@ -0,0 +1,3 @@ +[the-end.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/unclosed-svg-script.html.ini b/testing/web-platform/meta/html/syntax/parsing/unclosed-svg-script.html.ini new file mode 100644 index 0000000000..ee891a8218 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/unclosed-svg-script.html.ini @@ -0,0 +1,3 @@ +[unclosed-svg-script.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/syntax/parsing/zero.html.ini b/testing/web-platform/meta/html/syntax/parsing/zero.html.ini new file mode 100644 index 0000000000..d176f1e073 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/parsing/zero.html.ini @@ -0,0 +1,3 @@ +[zero.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] |