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/the-window-object/named-access-on-the-window-object | |
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/the-window-object/named-access-on-the-window-object')
6 files changed, 37 insertions, 0 deletions
diff --git a/testing/web-platform/meta/html/browsers/the-window-object/named-access-on-the-window-object/cross-global-npo.html.ini b/testing/web-platform/meta/html/browsers/the-window-object/named-access-on-the-window-object/cross-global-npo.html.ini new file mode 100644 index 0000000000..02a2062904 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/the-window-object/named-access-on-the-window-object/cross-global-npo.html.ini @@ -0,0 +1,3 @@ +[cross-global-npo.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/the-window-object/named-access-on-the-window-object/named-objects.html.ini b/testing/web-platform/meta/html/browsers/the-window-object/named-access-on-the-window-object/named-objects.html.ini new file mode 100644 index 0000000000..af01b25245 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/the-window-object/named-access-on-the-window-object/named-objects.html.ini @@ -0,0 +1,5 @@ +[named-objects.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Check if window['b'\] returns the elements with the id='b'] + expected: FAIL diff --git a/testing/web-platform/meta/html/browsers/the-window-object/named-access-on-the-window-object/navigated-named-objects.window.js.ini b/testing/web-platform/meta/html/browsers/the-window-object/named-access-on-the-window-object/navigated-named-objects.window.js.ini new file mode 100644 index 0000000000..6689b8c313 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/the-window-object/named-access-on-the-window-object/navigated-named-objects.window.js.ini @@ -0,0 +1,20 @@ +[navigated-named-objects.window.html] + [Window's associated Document object is used for finding named objects (<object> with browsing ccontext via srcdoc <iframe)>] + expected: + if (os == "linux") and not fission and not debug: [PASS, FAIL] + [FAIL, PASS] + + [Window's associated Document object is used for finding named objects (<object> with browsing ccontext via same-origin <iframe)>] + expected: + if (os == "linux") and swgl and not fission: [FAIL, PASS] + if (os == "linux") and swgl and fission: [FAIL, PASS] + if (os == "mac") and not debug: [FAIL, PASS] + if (os == "linux") and not swgl: [FAIL, PASS] + FAIL + + [Window's associated Document object is used for finding named objects (<object> with browsing ccontext via cross-site <iframe)>] + expected: + if not fission and (os == "linux") and not debug: [FAIL, PASS] + if not fission and (os == "linux") and debug: [FAIL, PASS] + if not fission and (os == "android"): [FAIL, PASS] + [PASS, FAIL] diff --git a/testing/web-platform/meta/html/browsers/the-window-object/named-access-on-the-window-object/prototype.html.ini b/testing/web-platform/meta/html/browsers/the-window-object/named-access-on-the-window-object/prototype.html.ini new file mode 100644 index 0000000000..df78c84534 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/the-window-object/named-access-on-the-window-object/prototype.html.ini @@ -0,0 +1,3 @@ +[prototype.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/the-window-object/named-access-on-the-window-object/window-named-properties.html.ini b/testing/web-platform/meta/html/browsers/the-window-object/named-access-on-the-window-object/window-named-properties.html.ini new file mode 100644 index 0000000000..9e88bc5c23 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/the-window-object/named-access-on-the-window-object/window-named-properties.html.ini @@ -0,0 +1,3 @@ +[window-named-properties.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/browsers/the-window-object/named-access-on-the-window-object/window-null-names.html.ini b/testing/web-platform/meta/html/browsers/the-window-object/named-access-on-the-window-object/window-null-names.html.ini new file mode 100644 index 0000000000..b6e768a8d3 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/the-window-object/named-access-on-the-window-object/window-null-names.html.ini @@ -0,0 +1,3 @@ +[window-null-names.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] |