From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../meta/html/browsers/windows/__dir__.ini | 1 + .../auxiliary-browsing-contexts/__dir__.ini | 1 + .../opener-multiple.html.ini | 3 ++ .../opener-noopener.html.ini | 3 ++ .../opener-noreferrer.html.ini | 3 ++ .../opener-setter.html.ini | 14 ++++++++ .../opener-setter.window.js.ini | 3 ++ .../auxiliary-browsing-contexts/opener.html.ini | 3 ++ .../choose-_blank-001.html.ini | 3 ++ .../choose-_blank-002.html.ini | 3 ++ .../choose-_blank-003.html.ini | 2 ++ .../choose-_parent-001.html.ini | 3 ++ .../choose-_parent-002.html.ini | 3 ++ .../choose-_parent-003.html.ini | 7 ++++ .../choose-_parent-004.html.ini | 3 ++ .../choose-_self-001.html.ini | 3 ++ .../choose-_self-002.html.ini | 3 ++ .../choose-_top-001.html.ini | 3 ++ .../choose-_top-002.html.ini | 3 ++ .../choose-_top-003.html.ini | 3 ++ .../choose-default-001.html.ini | 4 +++ .../choose-default-002.html.ini | 3 ++ .../choose-existing-001.html.ini | 3 ++ .../windows/browsing-context-window.html.ini | 3 ++ .../browsers/windows/browsing-context.html.ini | 8 +++++ .../windows/clear-window-name.https.html.ini | 3 ++ .../windows/dangling-markup-window-name.html.ini | 15 +++++++++ .../document-domain-nested-navigate.window.js.ini | 3 ++ .../document-domain-nested-set.window.js.ini | 3 ++ .../windows/document-domain-nested.window.js.ini | 3 ++ .../document-domain-removed-iframe.html.ini | 3 ++ .../windows/embedded-opener-a-form.html.ini | 3 ++ .../windows/embedded-opener-remove-frame.html.ini | 3 ++ .../html/browsers/windows/embedded-opener.html.ini | 3 ++ .../windows/iframe-cross-origin-print.sub.html.ini | 10 ++++++ .../iframe-cross-origin-scaled-print.sub.html.ini | 5 +++ .../browsers/windows/iframe-nested-print.html.ini | 3 ++ .../frameElement-siblings.sub.html.ini | 3 ++ .../frameElement.sub.html.ini | 3 ++ .../name-attribute.window.js.ini | 38 ++++++++++++++++++++++ .../window-parent-null.html.ini | 3 ++ .../window-parent.html.ini | 3 ++ .../window-top-null.html.ini | 3 ++ .../nested-browsing-contexts/window-top.html.ini | 3 ++ .../windows/noreferrer-null-opener.html.ini | 3 ++ .../windows/noreferrer-window-name.html.ini | 3 ++ ...rty-to-first-party-cross-partition.sub.html.ini | 3 ++ ...st-party-to-first-party-same-partition.html.ini | 3 ++ ...party-cross-partition-cross-origin.sub.html.ini | 3 ++ ...-party-cross-partition-same-origin.sub.html.ini | 3 ++ ...party-cross-partition-cross-origin.sub.html.ini | 3 ++ ...-party-cross-partition-same-origin.sub.html.ini | 3 ++ ...party-cross-partition-cross-origin.sub.html.ini | 3 ++ ...-party-cross-partition-same-origin.sub.html.ini | 3 ++ ...arty-to-third-party-same-partition.sub.html.ini | 3 ++ ...-cross-origin-nested-browsing-contexts.html.ini | 3 ++ ...targeting-with-embedded-null-in-target.html.ini | 3 ++ 57 files changed, 243 insertions(+) create mode 100644 testing/web-platform/meta/html/browsers/windows/__dir__.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/auxiliary-browsing-contexts/__dir__.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/auxiliary-browsing-contexts/opener-multiple.html.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/auxiliary-browsing-contexts/opener-noopener.html.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/auxiliary-browsing-contexts/opener-noreferrer.html.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/auxiliary-browsing-contexts/opener-setter.html.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/auxiliary-browsing-contexts/opener-setter.window.js.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/auxiliary-browsing-contexts/opener.html.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_blank-001.html.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_blank-002.html.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_blank-003.html.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_parent-001.html.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_parent-002.html.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_parent-003.html.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_parent-004.html.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_self-001.html.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_self-002.html.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_top-001.html.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_top-002.html.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_top-003.html.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-default-001.html.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-default-002.html.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-existing-001.html.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/browsing-context-window.html.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/browsing-context.html.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/clear-window-name.https.html.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/dangling-markup-window-name.html.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/document-domain-nested-navigate.window.js.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/document-domain-nested-set.window.js.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/document-domain-nested.window.js.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/document-domain-removed-iframe.html.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/embedded-opener-a-form.html.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/embedded-opener-remove-frame.html.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/embedded-opener.html.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/iframe-cross-origin-print.sub.html.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/iframe-cross-origin-scaled-print.sub.html.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/iframe-nested-print.html.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/nested-browsing-contexts/frameElement-siblings.sub.html.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/nested-browsing-contexts/frameElement.sub.html.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/nested-browsing-contexts/name-attribute.window.js.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/nested-browsing-contexts/window-parent-null.html.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/nested-browsing-contexts/window-parent.html.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/nested-browsing-contexts/window-top-null.html.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/nested-browsing-contexts/window-top.html.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/noreferrer-null-opener.html.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/noreferrer-window-name.html.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/post-message/first-party-to-first-party-cross-partition.sub.html.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/post-message/first-party-to-first-party-same-partition.html.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/post-message/first-party-to-third-party-cross-partition-cross-origin.sub.html.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/post-message/first-party-to-third-party-cross-partition-same-origin.sub.html.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/post-message/third-party-to-first-party-cross-partition-cross-origin.sub.html.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/post-message/third-party-to-first-party-cross-partition-same-origin.sub.html.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/post-message/third-party-to-third-party-cross-partition-cross-origin.sub.html.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/post-message/third-party-to-third-party-cross-partition-same-origin.sub.html.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/post-message/third-party-to-third-party-same-partition.sub.html.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/targeting-cross-origin-nested-browsing-contexts.html.ini create mode 100644 testing/web-platform/meta/html/browsers/windows/targeting-with-embedded-null-in-target.html.ini (limited to 'testing/web-platform/meta/html/browsers/windows') diff --git a/testing/web-platform/meta/html/browsers/windows/__dir__.ini b/testing/web-platform/meta/html/browsers/windows/__dir__.ini new file mode 100644 index 0000000000..daf68383df --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/__dir__.ini @@ -0,0 +1 @@ +leak-threshold: [default:51200] diff --git a/testing/web-platform/meta/html/browsers/windows/auxiliary-browsing-contexts/__dir__.ini b/testing/web-platform/meta/html/browsers/windows/auxiliary-browsing-contexts/__dir__.ini new file mode 100644 index 0000000000..18dd33687a --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/auxiliary-browsing-contexts/__dir__.ini @@ -0,0 +1 @@ +prefs: [dom.targetBlankNoOpener.enabled:false] diff --git a/testing/web-platform/meta/html/browsers/windows/auxiliary-browsing-contexts/opener-multiple.html.ini b/testing/web-platform/meta/html/browsers/windows/auxiliary-browsing-contexts/opener-multiple.html.ini new file mode 100644 index 0000000000..3871b69b75 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/auxiliary-browsing-contexts/opener-multiple.html.ini @@ -0,0 +1,3 @@ +[opener-multiple.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/windows/auxiliary-browsing-contexts/opener-noopener.html.ini b/testing/web-platform/meta/html/browsers/windows/auxiliary-browsing-contexts/opener-noopener.html.ini new file mode 100644 index 0000000000..7edf350aab --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/auxiliary-browsing-contexts/opener-noopener.html.ini @@ -0,0 +1,3 @@ +[opener-noopener.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/windows/auxiliary-browsing-contexts/opener-noreferrer.html.ini b/testing/web-platform/meta/html/browsers/windows/auxiliary-browsing-contexts/opener-noreferrer.html.ini new file mode 100644 index 0000000000..e8942cdd8c --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/auxiliary-browsing-contexts/opener-noreferrer.html.ini @@ -0,0 +1,3 @@ +[opener-noreferrer.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/windows/auxiliary-browsing-contexts/opener-setter.html.ini b/testing/web-platform/meta/html/browsers/windows/auxiliary-browsing-contexts/opener-setter.html.ini new file mode 100644 index 0000000000..7afc03e10d --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/auxiliary-browsing-contexts/opener-setter.html.ini @@ -0,0 +1,14 @@ +[opener-setter.html] + disabled: + if (os == "linux") and (bits == 32) and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1483696 + expected: + if (os == "linux") and not debug and fission and (processor == "x86"): [OK, TIMEOUT] + if (os == "linux") and not debug and fission and (processor == "x86_64"): [OK, TIMEOUT] + if (os == "linux") and not debug and not fission: [OK, TIMEOUT] + if (os == "linux") and debug: [OK, TIMEOUT] + [Auxiliary browsing context created via `window.open` and setting `window.opener` to `null` should report `window.opener` `null`] + expected: + if (os == "linux") and not debug and fission and (processor == "x86"): [PASS, TIMEOUT] + if (os == "linux") and not debug and fission and (processor == "x86_64"): [PASS, TIMEOUT] + if (os == "linux") and not debug and not fission: [PASS, TIMEOUT] + if (os == "linux") and debug: [PASS, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/windows/auxiliary-browsing-contexts/opener-setter.window.js.ini b/testing/web-platform/meta/html/browsers/windows/auxiliary-browsing-contexts/opener-setter.window.js.ini new file mode 100644 index 0000000000..fd75f2e893 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/auxiliary-browsing-contexts/opener-setter.window.js.ini @@ -0,0 +1,3 @@ +[opener-setter.window.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/html/browsers/windows/auxiliary-browsing-contexts/opener.html.ini b/testing/web-platform/meta/html/browsers/windows/auxiliary-browsing-contexts/opener.html.ini new file mode 100644 index 0000000000..270fb7c64f --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/auxiliary-browsing-contexts/opener.html.ini @@ -0,0 +1,3 @@ +[opener.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_blank-001.html.ini b/testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_blank-001.html.ini new file mode 100644 index 0000000000..2fa629c00a --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_blank-001.html.ini @@ -0,0 +1,3 @@ +[choose-_blank-001.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_blank-002.html.ini b/testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_blank-002.html.ini new file mode 100644 index 0000000000..fae03cdbd8 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_blank-002.html.ini @@ -0,0 +1,3 @@ +[choose-_blank-002.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_blank-003.html.ini b/testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_blank-003.html.ini new file mode 100644 index 0000000000..f2d4a76a09 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_blank-003.html.ini @@ -0,0 +1,2 @@ +[choose-_blank-003.html] + disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1374133 diff --git a/testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_parent-001.html.ini b/testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_parent-001.html.ini new file mode 100644 index 0000000000..cedcd0c214 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_parent-001.html.ini @@ -0,0 +1,3 @@ +[choose-_parent-001.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_parent-002.html.ini b/testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_parent-002.html.ini new file mode 100644 index 0000000000..8f0ae55f21 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_parent-002.html.ini @@ -0,0 +1,3 @@ +[choose-_parent-002.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_parent-003.html.ini b/testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_parent-003.html.ini new file mode 100644 index 0000000000..f7c09fd0cc --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_parent-003.html.ini @@ -0,0 +1,7 @@ +[choose-_parent-003.html] + disabled: + if (os == "android"): bug 1550895 (frequently fails on geckoview) + expected: TIMEOUT + [_parent should reuse window.parent context] + expected: TIMEOUT + diff --git a/testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_parent-004.html.ini b/testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_parent-004.html.ini new file mode 100644 index 0000000000..c389c331db --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_parent-004.html.ini @@ -0,0 +1,3 @@ +[choose-_parent-004.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_self-001.html.ini b/testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_self-001.html.ini new file mode 100644 index 0000000000..9f65c57bd3 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_self-001.html.ini @@ -0,0 +1,3 @@ +[choose-_self-001.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_self-002.html.ini b/testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_self-002.html.ini new file mode 100644 index 0000000000..53d24d2519 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_self-002.html.ini @@ -0,0 +1,3 @@ +[choose-_self-002.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_top-001.html.ini b/testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_top-001.html.ini new file mode 100644 index 0000000000..fd68410d06 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_top-001.html.ini @@ -0,0 +1,3 @@ +[choose-_top-001.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_top-002.html.ini b/testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_top-002.html.ini new file mode 100644 index 0000000000..f2ce6db945 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_top-002.html.ini @@ -0,0 +1,3 @@ +[choose-_top-002.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_top-003.html.ini b/testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_top-003.html.ini new file mode 100644 index 0000000000..60893eb090 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_top-003.html.ini @@ -0,0 +1,3 @@ +[choose-_top-003.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-default-001.html.ini b/testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-default-001.html.ini new file mode 100644 index 0000000000..8f21c7c223 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-default-001.html.ini @@ -0,0 +1,4 @@ +[choose-default-001.html] + max-asserts: 3 + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-default-002.html.ini b/testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-default-002.html.ini new file mode 100644 index 0000000000..e6f99de841 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-default-002.html.ini @@ -0,0 +1,3 @@ +[choose-default-002.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-existing-001.html.ini b/testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-existing-001.html.ini new file mode 100644 index 0000000000..915f29fa5b --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-existing-001.html.ini @@ -0,0 +1,3 @@ +[choose-existing-001.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/windows/browsing-context-window.html.ini b/testing/web-platform/meta/html/browsers/windows/browsing-context-window.html.ini new file mode 100644 index 0000000000..72677c2379 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/browsing-context-window.html.ini @@ -0,0 +1,3 @@ +[browsing-context-window.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/windows/browsing-context.html.ini b/testing/web-platform/meta/html/browsers/windows/browsing-context.html.ini new file mode 100644 index 0000000000..6e4e9d7bac --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/browsing-context.html.ini @@ -0,0 +1,8 @@ +[browsing-context.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] + [Check that browsing context has new, ready HTML document] + expected: FAIL + + [Check the document properties corresponding to the creator browsing context] + expected: FAIL diff --git a/testing/web-platform/meta/html/browsers/windows/clear-window-name.https.html.ini b/testing/web-platform/meta/html/browsers/windows/clear-window-name.https.html.ini new file mode 100644 index 0000000000..c206d7074f --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/clear-window-name.https.html.ini @@ -0,0 +1,3 @@ +[clear-window-name.https.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/windows/dangling-markup-window-name.html.ini b/testing/web-platform/meta/html/browsers/windows/dangling-markup-window-name.html.ini new file mode 100644 index 0000000000..e9e6aaa53b --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/dangling-markup-window-name.html.ini @@ -0,0 +1,15 @@ +[dangling-markup-window-name.html] + [Dangling Markup with "\\n" in target is reset when set by tag] + expected: FAIL + + [Dangling Markup with "\\r" in target is reset when set by tag] + expected: FAIL + + [Dangling Markup with "\\t" in target is reset when set by tag] + expected: FAIL + + [Dangling Markup in target is reset when set by
tag] + expected: FAIL + + [Dangling Markup in target is reset when set by tag] + expected: FAIL diff --git a/testing/web-platform/meta/html/browsers/windows/document-domain-nested-navigate.window.js.ini b/testing/web-platform/meta/html/browsers/windows/document-domain-nested-navigate.window.js.ini new file mode 100644 index 0000000000..dc0cc33bbe --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/document-domain-nested-navigate.window.js.ini @@ -0,0 +1,3 @@ +[document-domain-nested-navigate.window.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/windows/document-domain-nested-set.window.js.ini b/testing/web-platform/meta/html/browsers/windows/document-domain-nested-set.window.js.ini new file mode 100644 index 0000000000..f6c396f116 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/document-domain-nested-set.window.js.ini @@ -0,0 +1,3 @@ +[document-domain-nested-set.window.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/windows/document-domain-nested.window.js.ini b/testing/web-platform/meta/html/browsers/windows/document-domain-nested.window.js.ini new file mode 100644 index 0000000000..2e3344eb3d --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/document-domain-nested.window.js.ini @@ -0,0 +1,3 @@ +[document-domain-nested.window.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/html/browsers/windows/document-domain-removed-iframe.html.ini b/testing/web-platform/meta/html/browsers/windows/document-domain-removed-iframe.html.ini new file mode 100644 index 0000000000..628bf0b9e2 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/document-domain-removed-iframe.html.ini @@ -0,0 +1,3 @@ +[document-domain-removed-iframe.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/windows/embedded-opener-a-form.html.ini b/testing/web-platform/meta/html/browsers/windows/embedded-opener-a-form.html.ini new file mode 100644 index 0000000000..ed7547b6ec --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/embedded-opener-a-form.html.ini @@ -0,0 +1,3 @@ +[embedded-opener-a-form.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/windows/embedded-opener-remove-frame.html.ini b/testing/web-platform/meta/html/browsers/windows/embedded-opener-remove-frame.html.ini new file mode 100644 index 0000000000..23fe520daa --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/embedded-opener-remove-frame.html.ini @@ -0,0 +1,3 @@ +[embedded-opener-remove-frame.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/windows/embedded-opener.html.ini b/testing/web-platform/meta/html/browsers/windows/embedded-opener.html.ini new file mode 100644 index 0000000000..7c48ec49f5 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/embedded-opener.html.ini @@ -0,0 +1,3 @@ +[embedded-opener.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/html/browsers/windows/iframe-cross-origin-print.sub.html.ini b/testing/web-platform/meta/html/browsers/windows/iframe-cross-origin-print.sub.html.ini new file mode 100644 index 0000000000..9da944a3bd --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/iframe-cross-origin-print.sub.html.ini @@ -0,0 +1,10 @@ +[iframe-cross-origin-print.sub.html] + expected: + if fission and (os == "win") and ccov and fission: [PASS, FAIL] + if (os == "win") and debug and (processor == "x86_64") and swgl: [PASS, FAIL, ERROR, CRASH] + if (os == "win") and debug and (processor == "x86_64") and not swgl: [PASS, FAIL] + if (os == "win") and debug and (processor == "x86"): [PASS, FAIL, ERROR] + if (os == "win") and not debug and (processor == "x86_64"): [PASS, ERROR, FAIL, CRASH] + if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL, CRASH] + if (os == "mac") and not debug: [PASS, FAIL] + if (os == "linux") and fission: [PASS, FAIL, ERROR] diff --git a/testing/web-platform/meta/html/browsers/windows/iframe-cross-origin-scaled-print.sub.html.ini b/testing/web-platform/meta/html/browsers/windows/iframe-cross-origin-scaled-print.sub.html.ini new file mode 100644 index 0000000000..5a31b942e3 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/iframe-cross-origin-scaled-print.sub.html.ini @@ -0,0 +1,5 @@ +[iframe-cross-origin-scaled-print.sub.html] + expected: + if fission and debug and swgl: [ERROR, PASS, FAIL] + if fission and debug and not swgl: [PASS, FAIL] + if fission and not debug: [PASS, FAIL, ERROR] diff --git a/testing/web-platform/meta/html/browsers/windows/iframe-nested-print.html.ini b/testing/web-platform/meta/html/browsers/windows/iframe-nested-print.html.ini new file mode 100644 index 0000000000..74b7cea6bb --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/iframe-nested-print.html.ini @@ -0,0 +1,3 @@ +[iframe-nested-print.html] + expected: + if (os == "mac") and not debug: ["PASS", "TIMEOUT"] diff --git a/testing/web-platform/meta/html/browsers/windows/nested-browsing-contexts/frameElement-siblings.sub.html.ini b/testing/web-platform/meta/html/browsers/windows/nested-browsing-contexts/frameElement-siblings.sub.html.ini new file mode 100644 index 0000000000..dc191f9b5a --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/nested-browsing-contexts/frameElement-siblings.sub.html.ini @@ -0,0 +1,3 @@ +[frameElement-siblings.sub.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/windows/nested-browsing-contexts/frameElement.sub.html.ini b/testing/web-platform/meta/html/browsers/windows/nested-browsing-contexts/frameElement.sub.html.ini new file mode 100644 index 0000000000..558bc8c4ec --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/nested-browsing-contexts/frameElement.sub.html.ini @@ -0,0 +1,3 @@ +[frameElement.sub.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/windows/nested-browsing-contexts/name-attribute.window.js.ini b/testing/web-platform/meta/html/browsers/windows/nested-browsing-contexts/name-attribute.window.js.ini new file mode 100644 index 0000000000..04b7aa580c --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/nested-browsing-contexts/name-attribute.window.js.ini @@ -0,0 +1,38 @@ +[name-attribute.window.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [cross-origin ] + expected: FAIL + + [same-origin ] + expected: FAIL + + [cross-origin