diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /testing/web-platform/meta/html/browsers/windows/nested-browsing-contexts | |
parent | Initial commit. (diff) | |
download | firefox-43a97878ce14b72f0981164f87f2e35e14151312.tar.xz firefox-43a97878ce14b72f0981164f87f2e35e14151312.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/html/browsers/windows/nested-browsing-contexts')
7 files changed, 56 insertions, 0 deletions
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] |