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/semantics/document-metadata | |
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/semantics/document-metadata')
67 files changed, 255 insertions, 0 deletions
diff --git a/testing/web-platform/meta/html/semantics/document-metadata/interactions-of-styling-and-scripting/dynamic-render-blocking-link-stylesheet-does-not-block-script.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/interactions-of-styling-and-scripting/dynamic-render-blocking-link-stylesheet-does-not-block-script.html.ini new file mode 100644 index 0000000000..dbd04643dc --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/interactions-of-styling-and-scripting/dynamic-render-blocking-link-stylesheet-does-not-block-script.html.ini @@ -0,0 +1,3 @@ +[dynamic-render-blocking-link-stylesheet-does-not-block-script.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/interactions-of-styling-and-scripting/dynamic-render-blocking-style-element-does-not-block-script.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/interactions-of-styling-and-scripting/dynamic-render-blocking-style-element-does-not-block-script.html.ini new file mode 100644 index 0000000000..bea48e6c13 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/interactions-of-styling-and-scripting/dynamic-render-blocking-style-element-does-not-block-script.html.ini @@ -0,0 +1,3 @@ +[dynamic-render-blocking-style-element-does-not-block-script.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/interactions-of-styling-and-scripting/script-created-style-element-does-not-block-script.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/interactions-of-styling-and-scripting/script-created-style-element-does-not-block-script.html.ini new file mode 100644 index 0000000000..6d1305db01 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/interactions-of-styling-and-scripting/script-created-style-element-does-not-block-script.html.ini @@ -0,0 +1,3 @@ +[script-created-style-element-does-not-block-script.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/interactions-of-styling-and-scripting/style-element-media-match-block-script.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/interactions-of-styling-and-scripting/style-element-media-match-block-script.html.ini new file mode 100644 index 0000000000..7fce3b8dde --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/interactions-of-styling-and-scripting/style-element-media-match-block-script.html.ini @@ -0,0 +1,3 @@ +[style-element-media-match-block-script.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/interactions-of-styling-and-scripting/style-element-media-not-match-does-not-block-script.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/interactions-of-styling-and-scripting/style-element-media-not-match-does-not-block-script.html.ini new file mode 100644 index 0000000000..f3347784c3 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/interactions-of-styling-and-scripting/style-element-media-not-match-does-not-block-script.html.ini @@ -0,0 +1,3 @@ +[style-element-media-not-match-does-not-block-script.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/styling/LinkStyle.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/styling/LinkStyle.html.ini new file mode 100644 index 0000000000..c57bab1c5b --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/styling/LinkStyle.html.ini @@ -0,0 +1,3 @@ +[LinkStyle.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-base-element/base_about_blank.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-base-element/base_about_blank.html.ini new file mode 100644 index 0000000000..4392de0faf --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-base-element/base_about_blank.html.ini @@ -0,0 +1,5 @@ +[base_about_blank.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [base element in about:blank document should resolve against its fallback base URI] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-base-element/base_href_empty.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-base-element/base_href_empty.html.ini new file mode 100644 index 0000000000..667ae2a6ed --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-base-element/base_href_empty.html.ini @@ -0,0 +1,3 @@ +[base_href_empty.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-base-element/base_href_invalid.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-base-element/base_href_invalid.html.ini new file mode 100644 index 0000000000..aea960da2c --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-base-element/base_href_invalid.html.ini @@ -0,0 +1,3 @@ +[base_href_invalid.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-base-element/base_href_specified.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-base-element/base_href_specified.html.ini new file mode 100644 index 0000000000..a7b95f9edb --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-base-element/base_href_specified.html.ini @@ -0,0 +1,3 @@ +[base_href_specified.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-base-element/base_href_unspecified.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-base-element/base_href_unspecified.html.ini new file mode 100644 index 0000000000..4197ecddfa --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-base-element/base_href_unspecified.html.ini @@ -0,0 +1,3 @@ +[base_href_unspecified.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-base-element/base_multiple.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-base-element/base_multiple.html.ini new file mode 100644 index 0000000000..bd0d3c8662 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-base-element/base_multiple.html.ini @@ -0,0 +1,3 @@ +[base_multiple.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-base-element/base_srcdoc.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-base-element/base_srcdoc.html.ini new file mode 100644 index 0000000000..3c8795c32e --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-base-element/base_srcdoc.html.ini @@ -0,0 +1,3 @@ +[base_srcdoc.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-base-element/base_target_does_not_affect_iframe_src_navigation.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-base-element/base_target_does_not_affect_iframe_src_navigation.html.ini new file mode 100644 index 0000000000..26b8922eca --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-base-element/base_target_does_not_affect_iframe_src_navigation.html.ini @@ -0,0 +1,3 @@ +[base_target_does_not_affect_iframe_src_navigation.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-base-element/base_target_does_not_affect_location_assignment.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-base-element/base_target_does_not_affect_location_assignment.html.ini new file mode 100644 index 0000000000..6f5adaa0da --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-base-element/base_target_does_not_affect_location_assignment.html.ini @@ -0,0 +1,3 @@ +[base_target_does_not_affect_location_assignment.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-link-element/document-without-browsing-context.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-link-element/document-without-browsing-context.html.ini new file mode 100644 index 0000000000..d8a45aa2b2 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-link-element/document-without-browsing-context.html.ini @@ -0,0 +1,3 @@ +[document-without-browsing-context.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-link-element/link-error-fired-before-scripting-unblocked.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-link-element/link-error-fired-before-scripting-unblocked.html.ini new file mode 100644 index 0000000000..840559f41b --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-link-element/link-error-fired-before-scripting-unblocked.html.ini @@ -0,0 +1,3 @@ +[link-error-fired-before-scripting-unblocked.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-link-element/link-load-error-events.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-link-element/link-load-error-events.html.ini new file mode 100644 index 0000000000..5261cee15d --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-link-element/link-load-error-events.html.ini @@ -0,0 +1,3 @@ +[link-load-error-events.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-link-element/link-load-error-events.https.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-link-element/link-load-error-events.https.html.ini new file mode 100644 index 0000000000..63c57301d8 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-link-element/link-load-error-events.https.html.ini @@ -0,0 +1,3 @@ +[link-load-error-events.https.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-link-element/link-load-event.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-link-element/link-load-event.html.ini new file mode 100644 index 0000000000..4df4275748 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-link-element/link-load-event.html.ini @@ -0,0 +1,3 @@ +[link-load-event.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-link-element/link-load-fired-before-scripting-unblocked.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-link-element/link-load-fired-before-scripting-unblocked.html.ini new file mode 100644 index 0000000000..faf78bf7b8 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-link-element/link-load-fired-before-scripting-unblocked.html.ini @@ -0,0 +1,3 @@ +[link-load-fired-before-scripting-unblocked.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-link-element/link-multiple-error-events.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-link-element/link-multiple-error-events.html.ini new file mode 100644 index 0000000000..28080e175c --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-link-element/link-multiple-error-events.html.ini @@ -0,0 +1,3 @@ +[link-multiple-error-events.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-link-element/link-multiple-load-events.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-link-element/link-multiple-load-events.html.ini new file mode 100644 index 0000000000..114bea061a --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-link-element/link-multiple-load-events.html.ini @@ -0,0 +1,3 @@ +[link-multiple-load-events.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-link-element/link-rel-attribute.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-link-element/link-rel-attribute.html.ini new file mode 100644 index 0000000000..ad8de267d1 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-link-element/link-rel-attribute.html.ini @@ -0,0 +1,3 @@ +[link-rel-attribute.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-link-element/link-rellist.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-link-element/link-rellist.html.ini new file mode 100644 index 0000000000..7cabd0642a --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-link-element/link-rellist.html.ini @@ -0,0 +1,3 @@ +[link-rellist.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-link-element/link-style-error-01.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-link-element/link-style-error-01.html.ini new file mode 100644 index 0000000000..890232ee16 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-link-element/link-style-error-01.html.ini @@ -0,0 +1,3 @@ +[link-style-error-01.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-link-element/link-style-error-limited-quirks.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-link-element/link-style-error-limited-quirks.html.ini new file mode 100644 index 0000000000..1f678f042e --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-link-element/link-style-error-limited-quirks.html.ini @@ -0,0 +1,3 @@ +[link-style-error-limited-quirks.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-link-element/link-style-error-quirks.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-link-element/link-style-error-quirks.html.ini new file mode 100644 index 0000000000..b1e945a491 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-link-element/link-style-error-quirks.html.ini @@ -0,0 +1,3 @@ +[link-style-error-quirks.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-link-element/stylesheet-not-removed-until-next-stylesheet-loads.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-link-element/stylesheet-not-removed-until-next-stylesheet-loads.html.ini new file mode 100644 index 0000000000..f1aa9a2a24 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-link-element/stylesheet-not-removed-until-next-stylesheet-loads.html.ini @@ -0,0 +1,5 @@ +[stylesheet-not-removed-until-next-stylesheet-loads.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Check that a style sheet loaded by a <link> is available until its successor is loaded] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/color-scheme/__dir__.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/color-scheme/__dir__.ini new file mode 100644 index 0000000000..118ca1d039 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/color-scheme/__dir__.ini @@ -0,0 +1 @@ +prefs: [layout.css.color-scheme.enabled:true] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/color-scheme/meta-color-scheme-attribute-changes.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/color-scheme/meta-color-scheme-attribute-changes.html.ini new file mode 100644 index 0000000000..bf74192c62 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/color-scheme/meta-color-scheme-attribute-changes.html.ini @@ -0,0 +1,3 @@ +[meta-color-scheme-attribute-changes.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/color-scheme/meta-color-scheme-empty-content-value.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/color-scheme/meta-color-scheme-empty-content-value.html.ini new file mode 100644 index 0000000000..5cde7c7963 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/color-scheme/meta-color-scheme-empty-content-value.html.ini @@ -0,0 +1,3 @@ +[meta-color-scheme-empty-content-value.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/color-scheme/meta-color-scheme-first-valid-applies.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/color-scheme/meta-color-scheme-first-valid-applies.html.ini new file mode 100644 index 0000000000..185765e5c9 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/color-scheme/meta-color-scheme-first-valid-applies.html.ini @@ -0,0 +1,3 @@ +[meta-color-scheme-first-valid-applies.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/color-scheme/meta-color-scheme-insert.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/color-scheme/meta-color-scheme-insert.html.ini new file mode 100644 index 0000000000..bfd41cbbd8 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/color-scheme/meta-color-scheme-insert.html.ini @@ -0,0 +1,3 @@ +[meta-color-scheme-insert.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/color-scheme/meta-color-scheme-no-content-value.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/color-scheme/meta-color-scheme-no-content-value.html.ini new file mode 100644 index 0000000000..602222a809 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/color-scheme/meta-color-scheme-no-content-value.html.ini @@ -0,0 +1,3 @@ +[meta-color-scheme-no-content-value.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/color-scheme/meta-color-scheme-normal-descendant-change.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/color-scheme/meta-color-scheme-normal-descendant-change.html.ini new file mode 100644 index 0000000000..65ec9b68db --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/color-scheme/meta-color-scheme-normal-descendant-change.html.ini @@ -0,0 +1,3 @@ +[meta-color-scheme-normal-descendant-change.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/color-scheme/meta-color-scheme-remove-head.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/color-scheme/meta-color-scheme-remove-head.html.ini new file mode 100644 index 0000000000..070c24b785 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/color-scheme/meta-color-scheme-remove-head.html.ini @@ -0,0 +1,3 @@ +[meta-color-scheme-remove-head.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/color-scheme/meta-color-scheme-remove.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/color-scheme/meta-color-scheme-remove.html.ini new file mode 100644 index 0000000000..b03ef53e4a --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/color-scheme/meta-color-scheme-remove.html.ini @@ -0,0 +1,3 @@ +[meta-color-scheme-remove.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/color-scheme/meta-color-scheme-single-value-in-body.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/color-scheme/meta-color-scheme-single-value-in-body.html.ini new file mode 100644 index 0000000000..81f299c53e --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/color-scheme/meta-color-scheme-single-value-in-body.html.ini @@ -0,0 +1,3 @@ +[meta-color-scheme-single-value-in-body.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/color-scheme/meta-color-scheme-single-value-in-head.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/color-scheme/meta-color-scheme-single-value-in-head.html.ini new file mode 100644 index 0000000000..610a24f7a8 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/color-scheme/meta-color-scheme-single-value-in-head.html.ini @@ -0,0 +1,3 @@ +[meta-color-scheme-single-value-in-head.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/color-scheme/meta-color-scheme-single-value-in-shadow-tree.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/color-scheme/meta-color-scheme-single-value-in-shadow-tree.html.ini new file mode 100644 index 0000000000..237cae84f0 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/color-scheme/meta-color-scheme-single-value-in-shadow-tree.html.ini @@ -0,0 +1,3 @@ +[meta-color-scheme-single-value-in-shadow-tree.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/pragma-directives/attr-meta-http-equiv-refresh/allow-scripts-flag-changing-1.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/pragma-directives/attr-meta-http-equiv-refresh/allow-scripts-flag-changing-1.html.ini new file mode 100644 index 0000000000..291d60aee7 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/pragma-directives/attr-meta-http-equiv-refresh/allow-scripts-flag-changing-1.html.ini @@ -0,0 +1,3 @@ +[allow-scripts-flag-changing-1.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/pragma-directives/attr-meta-http-equiv-refresh/allow-scripts-flag-changing-2.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/pragma-directives/attr-meta-http-equiv-refresh/allow-scripts-flag-changing-2.html.ini new file mode 100644 index 0000000000..6b76a9b815 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/pragma-directives/attr-meta-http-equiv-refresh/allow-scripts-flag-changing-2.html.ini @@ -0,0 +1,3 @@ +[allow-scripts-flag-changing-2.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/pragma-directives/attr-meta-http-equiv-refresh/dynamic-append.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/pragma-directives/attr-meta-http-equiv-refresh/dynamic-append.html.ini new file mode 100644 index 0000000000..1e917e2509 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/pragma-directives/attr-meta-http-equiv-refresh/dynamic-append.html.ini @@ -0,0 +1,3 @@ +[dynamic-append.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/pragma-directives/attr-meta-http-equiv-refresh/not-in-shadow-tree.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/pragma-directives/attr-meta-http-equiv-refresh/not-in-shadow-tree.html.ini new file mode 100644 index 0000000000..0d69374d18 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/pragma-directives/attr-meta-http-equiv-refresh/not-in-shadow-tree.html.ini @@ -0,0 +1,3 @@ +[not-in-shadow-tree.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/pragma-directives/attr-meta-http-equiv-refresh/parsing.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/pragma-directives/attr-meta-http-equiv-refresh/parsing.html.ini new file mode 100644 index 0000000000..2ae2151e8f --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/pragma-directives/attr-meta-http-equiv-refresh/parsing.html.ini @@ -0,0 +1,53 @@ +[parsing.html?121-130] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[parsing.html?31-40] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[parsing.html?91-100] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[parsing.html?11-20] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[parsing.html?101-110] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[parsing.html?21-30] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[parsing.html?71-80] + +[parsing.html?81-90] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[parsing.html?131-last] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[parsing.html?1-10] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[parsing.html?61-70] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[parsing.html?111-120] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[parsing.html?51-60] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[parsing.html?41-50] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/pragma-directives/attr-meta-http-equiv-refresh/remove-from-document.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/pragma-directives/attr-meta-http-equiv-refresh/remove-from-document.html.ini new file mode 100644 index 0000000000..320dd6131f --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/pragma-directives/attr-meta-http-equiv-refresh/remove-from-document.html.ini @@ -0,0 +1,3 @@ +[remove-from-document.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/pragma-directives/http-equiv-enumerated-ascii-case-insensitive.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/pragma-directives/http-equiv-enumerated-ascii-case-insensitive.html.ini new file mode 100644 index 0000000000..64fa6c114e --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/pragma-directives/http-equiv-enumerated-ascii-case-insensitive.html.ini @@ -0,0 +1,3 @@ +[http-equiv-enumerated-ascii-case-insensitive.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/the-lang-attribute-012.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/the-lang-attribute-012.html.ini new file mode 100644 index 0000000000..f8f283a458 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-meta-element/the-lang-attribute-012.html.ini @@ -0,0 +1,5 @@ +[the-lang-attribute-012.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [The UA will not recognize a language declaration in the Content-Language meta element when more than one language is declared.] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-style-element/historical.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-style-element/historical.html.ini new file mode 100644 index 0000000000..ecfd4d87c0 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-style-element/historical.html.ini @@ -0,0 +1,3 @@ +[historical.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-style-element/mutations.window.js.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-style-element/mutations.window.js.ini new file mode 100644 index 0000000000..fa19db20cd --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-style-element/mutations.window.js.ini @@ -0,0 +1,3 @@ +[mutations.window.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-style-element/style-error-01.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-style-element/style-error-01.html.ini new file mode 100644 index 0000000000..e9abeb22e9 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-style-element/style-error-01.html.ini @@ -0,0 +1,3 @@ +[style-error-01.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-style-element/style-load-after-mutate.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-style-element/style-load-after-mutate.html.ini new file mode 100644 index 0000000000..79196c5583 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-style-element/style-load-after-mutate.html.ini @@ -0,0 +1,3 @@ +[style-load-after-mutate.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-style-element/style_disabled.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-style-element/style_disabled.html.ini new file mode 100644 index 0000000000..2b4c6cf558 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-style-element/style_disabled.html.ini @@ -0,0 +1,3 @@ +[style_disabled.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-style-element/style_events.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-style-element/style_events.html.ini new file mode 100644 index 0000000000..ab98598ca9 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-style-element/style_events.html.ini @@ -0,0 +1,3 @@ +[style_events.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-style-element/style_load_async.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-style-element/style_load_async.html.ini new file mode 100644 index 0000000000..16e58b820c --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-style-element/style_load_async.html.ini @@ -0,0 +1,3 @@ +[style_load_async.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-style-element/style_load_event.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-style-element/style_load_event.html.ini new file mode 100644 index 0000000000..bbfa55038a --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-style-element/style_load_event.html.ini @@ -0,0 +1,3 @@ +[style_load_event.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-style-element/style_media.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-style-element/style_media.html.ini new file mode 100644 index 0000000000..ce395c73af --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-style-element/style_media.html.ini @@ -0,0 +1,3 @@ +[style_media.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-style-element/style_media_change.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-style-element/style_media_change.html.ini new file mode 100644 index 0000000000..1d992cf6af --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-style-element/style_media_change.html.ini @@ -0,0 +1,3 @@ +[style_media_change.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-style-element/style_non_matching_media.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-style-element/style_non_matching_media.html.ini new file mode 100644 index 0000000000..fbaffab6e0 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-style-element/style_non_matching_media.html.ini @@ -0,0 +1,3 @@ +[style_non_matching_media.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-style-element/style_type_change.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-style-element/style_type_change.html.ini new file mode 100644 index 0000000000..6385416a79 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-style-element/style_type_change.html.ini @@ -0,0 +1,3 @@ +[style_type_change.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-style-element/style_type_html.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-style-element/style_type_html.html.ini new file mode 100644 index 0000000000..a31d1de342 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-style-element/style_type_html.html.ini @@ -0,0 +1,3 @@ +[style_type_html.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-style-element/style_type_svg.svg.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-style-element/style_type_svg.svg.ini new file mode 100644 index 0000000000..236ffb1e87 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-style-element/style_type_svg.svg.ini @@ -0,0 +1,3 @@ +[style_type_svg.svg] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-title-element/title.text-01.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-title-element/title.text-01.html.ini new file mode 100644 index 0000000000..71aab9f2b4 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-title-element/title.text-01.html.ini @@ -0,0 +1,3 @@ +[title.text-01.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-title-element/title.text-02.xhtml.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-title-element/title.text-02.xhtml.ini new file mode 100644 index 0000000000..edd03e6ce4 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-title-element/title.text-02.xhtml.ini @@ -0,0 +1,3 @@ +[title.text-02.xhtml] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-title-element/title.text-03.html.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-title-element/title.text-03.html.ini new file mode 100644 index 0000000000..58515553b2 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-title-element/title.text-03.html.ini @@ -0,0 +1,3 @@ +[title.text-03.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/document-metadata/the-title-element/title.text-04.xhtml.ini b/testing/web-platform/meta/html/semantics/document-metadata/the-title-element/title.text-04.xhtml.ini new file mode 100644 index 0000000000..7e058d6cbd --- /dev/null +++ b/testing/web-platform/meta/html/semantics/document-metadata/the-title-element/title.text-04.xhtml.ini @@ -0,0 +1,3 @@ +[title.text-04.xhtml] + expected: + if (os == "android") and fission: [OK, TIMEOUT] |