diff options
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] |