diff options
Diffstat (limited to 'testing/web-platform/meta/html/browsers/the-window-object/window-open-noopener.html.ini')
-rw-r--r-- | testing/web-platform/meta/html/browsers/the-window-object/window-open-noopener.html.ini | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/testing/web-platform/meta/html/browsers/the-window-object/window-open-noopener.html.ini b/testing/web-platform/meta/html/browsers/the-window-object/window-open-noopener.html.ini new file mode 100644 index 0000000000..41b93a0615 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/the-window-object/window-open-noopener.html.ini @@ -0,0 +1,40 @@ +[window-open-noopener.html?_self] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[window-open-noopener.html?indexed] + expected: + if (os == "linux") and debug and not fission: [OK, CRASH] + if (os == "android") and fission: [OK, TIMEOUT] + [noopener=1 means the same as noopener] + expected: FAIL + + [Trailing noopener should work] + expected: FAIL + + [Leading noopener should work] + expected: FAIL + + [Interior noopener should work] + expected: FAIL + + [noopener separated only by spaces should work] + expected: FAIL + + [window.open() with 'noopener' should reuse existing target] + expected: FAIL + + [noreferrer should also suppress opener when reusing existing target] + expected: FAIL + + [noopener=true means the same as noopener] + expected: FAIL + + +[window-open-noopener.html?_parent] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[window-open-noopener.html?_top] + expected: + if (os == "android") and fission: [OK, TIMEOUT] |