diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /testing/web-platform/meta/html/browsers/windows | |
parent | Initial commit. (diff) | |
download | firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/html/browsers/windows')
55 files changed, 226 insertions, 0 deletions
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/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..453691fcad --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/iframe-cross-origin-print.sub.html.ini @@ -0,0 +1,9 @@ +[iframe-cross-origin-print.sub.html] + expected: + if fission and (os == "win") and ccov and fission: [PASS, FAIL] + if (os == "linux") and fission and debug and swgl: [PASS, FAIL, ERROR] + if (os == "linux") and fission and debug and not swgl: [PASS, FAIL, ERROR] + if (os == "win") and debug and swgl: [PASS, FAIL, CRASH] + if (os == "win") and debug and not swgl: [PASS, FAIL] + if (os == "linux") and fission and not debug: [PASS, FAIL, ERROR] + if (os == "win") and not debug: [PASS, FAIL, CRASH] 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..2495686f2b --- /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 debug and (os == "linux") and fission and not swgl: [PASS, FAIL] + if debug and (os == "linux") and fission and swgl: [PASS, FAIL] + if not debug and (os == "linux") and fission: [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 <frame name=>] + expected: FAIL + + [same-origin <frame name=>] + expected: FAIL + + [cross-origin <iframe name=initialvalue>] + expected: FAIL + + [same-origin <iframe name=>] + expected: FAIL + + [cross-origin <iframe>] + expected: FAIL + + [cross-origin <frame name=initialvalue>] + expected: FAIL + + [cross-origin <iframe name=>] + expected: FAIL + + [same-origin <iframe>] + expected: FAIL + + [same-origin <iframe name=initialvalue>] + expected: FAIL + + [cross-origin <frame>] + expected: FAIL + + [same-origin <frame>] + expected: FAIL + + [same-origin <frame name=initialvalue>] + expected: FAIL diff --git a/testing/web-platform/meta/html/browsers/windows/nested-browsing-contexts/window-parent-null.html.ini b/testing/web-platform/meta/html/browsers/windows/nested-browsing-contexts/window-parent-null.html.ini new file mode 100644 index 0000000000..04c315c805 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/nested-browsing-contexts/window-parent-null.html.ini @@ -0,0 +1,3 @@ +[window-parent-null.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/windows/nested-browsing-contexts/window-parent.html.ini b/testing/web-platform/meta/html/browsers/windows/nested-browsing-contexts/window-parent.html.ini new file mode 100644 index 0000000000..eaf8ef0924 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/nested-browsing-contexts/window-parent.html.ini @@ -0,0 +1,3 @@ +[window-parent.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/windows/nested-browsing-contexts/window-top-null.html.ini b/testing/web-platform/meta/html/browsers/windows/nested-browsing-contexts/window-top-null.html.ini new file mode 100644 index 0000000000..3fa917c447 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/nested-browsing-contexts/window-top-null.html.ini @@ -0,0 +1,3 @@ +[window-top-null.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/windows/nested-browsing-contexts/window-top.html.ini b/testing/web-platform/meta/html/browsers/windows/nested-browsing-contexts/window-top.html.ini new file mode 100644 index 0000000000..23eb4eb7ed --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/nested-browsing-contexts/window-top.html.ini @@ -0,0 +1,3 @@ +[window-top.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/windows/noreferrer-null-opener.html.ini b/testing/web-platform/meta/html/browsers/windows/noreferrer-null-opener.html.ini new file mode 100644 index 0000000000..0859c7c853 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/noreferrer-null-opener.html.ini @@ -0,0 +1,3 @@ +[noreferrer-null-opener.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/windows/noreferrer-window-name.html.ini b/testing/web-platform/meta/html/browsers/windows/noreferrer-window-name.html.ini new file mode 100644 index 0000000000..347c03ba6e --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/noreferrer-window-name.html.ini @@ -0,0 +1,3 @@ +[noreferrer-window-name.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/windows/post-message/first-party-to-first-party-cross-partition.sub.html.ini b/testing/web-platform/meta/html/browsers/windows/post-message/first-party-to-first-party-cross-partition.sub.html.ini new file mode 100644 index 0000000000..a3bc609e78 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/post-message/first-party-to-first-party-cross-partition.sub.html.ini @@ -0,0 +1,3 @@ +[first-party-to-first-party-cross-partition.sub.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/windows/post-message/first-party-to-first-party-same-partition.html.ini b/testing/web-platform/meta/html/browsers/windows/post-message/first-party-to-first-party-same-partition.html.ini new file mode 100644 index 0000000000..fa3e1ff72a --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/post-message/first-party-to-first-party-same-partition.html.ini @@ -0,0 +1,3 @@ +[first-party-to-first-party-same-partition.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/windows/post-message/first-party-to-third-party-cross-partition-cross-origin.sub.html.ini b/testing/web-platform/meta/html/browsers/windows/post-message/first-party-to-third-party-cross-partition-cross-origin.sub.html.ini new file mode 100644 index 0000000000..9d1467a708 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/post-message/first-party-to-third-party-cross-partition-cross-origin.sub.html.ini @@ -0,0 +1,3 @@ +[first-party-to-third-party-cross-partition-cross-origin.sub.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/windows/post-message/first-party-to-third-party-cross-partition-same-origin.sub.html.ini b/testing/web-platform/meta/html/browsers/windows/post-message/first-party-to-third-party-cross-partition-same-origin.sub.html.ini new file mode 100644 index 0000000000..df8ba4be11 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/post-message/first-party-to-third-party-cross-partition-same-origin.sub.html.ini @@ -0,0 +1,3 @@ +[first-party-to-third-party-cross-partition-same-origin.sub.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/windows/post-message/third-party-to-first-party-cross-partition-cross-origin.sub.html.ini b/testing/web-platform/meta/html/browsers/windows/post-message/third-party-to-first-party-cross-partition-cross-origin.sub.html.ini new file mode 100644 index 0000000000..91940e2a5f --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/post-message/third-party-to-first-party-cross-partition-cross-origin.sub.html.ini @@ -0,0 +1,3 @@ +[third-party-to-first-party-cross-partition-cross-origin.sub.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/windows/post-message/third-party-to-first-party-cross-partition-same-origin.sub.html.ini b/testing/web-platform/meta/html/browsers/windows/post-message/third-party-to-first-party-cross-partition-same-origin.sub.html.ini new file mode 100644 index 0000000000..3f95c9b5d6 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/post-message/third-party-to-first-party-cross-partition-same-origin.sub.html.ini @@ -0,0 +1,3 @@ +[third-party-to-first-party-cross-partition-same-origin.sub.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/windows/post-message/third-party-to-third-party-cross-partition-cross-origin.sub.html.ini b/testing/web-platform/meta/html/browsers/windows/post-message/third-party-to-third-party-cross-partition-cross-origin.sub.html.ini new file mode 100644 index 0000000000..c9caa42f06 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/post-message/third-party-to-third-party-cross-partition-cross-origin.sub.html.ini @@ -0,0 +1,3 @@ +[third-party-to-third-party-cross-partition-cross-origin.sub.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/html/browsers/windows/post-message/third-party-to-third-party-cross-partition-same-origin.sub.html.ini b/testing/web-platform/meta/html/browsers/windows/post-message/third-party-to-third-party-cross-partition-same-origin.sub.html.ini new file mode 100644 index 0000000000..74191d7269 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/post-message/third-party-to-third-party-cross-partition-same-origin.sub.html.ini @@ -0,0 +1,3 @@ +[third-party-to-third-party-cross-partition-same-origin.sub.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/windows/post-message/third-party-to-third-party-same-partition.sub.html.ini b/testing/web-platform/meta/html/browsers/windows/post-message/third-party-to-third-party-same-partition.sub.html.ini new file mode 100644 index 0000000000..f962b1b20e --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/post-message/third-party-to-third-party-same-partition.sub.html.ini @@ -0,0 +1,3 @@ +[third-party-to-third-party-same-partition.sub.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/windows/targeting-cross-origin-nested-browsing-contexts.html.ini b/testing/web-platform/meta/html/browsers/windows/targeting-cross-origin-nested-browsing-contexts.html.ini new file mode 100644 index 0000000000..44928a5a6b --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/targeting-cross-origin-nested-browsing-contexts.html.ini @@ -0,0 +1,3 @@ +[targeting-cross-origin-nested-browsing-contexts.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/windows/targeting-with-embedded-null-in-target.html.ini b/testing/web-platform/meta/html/browsers/windows/targeting-with-embedded-null-in-target.html.ini new file mode 100644 index 0000000000..3bb4664705 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/targeting-with-embedded-null-in-target.html.ini @@ -0,0 +1,3 @@ +[targeting-with-embedded-null-in-target.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] |