window-open-noopener.html.ini (1158B)
1 [window-open-noopener.html?_self] 2 expected: 3 if (os == "win") and debug and (processor == "x86"): [OK, CRASH] 4 if (os == "android") and not debug: [OK, ERROR] 5 6 [window-open-noopener.html?indexed] 7 expected: 8 if debug and (processor == "x86_64") and (os == "linux") and not fission: [OK, CRASH] 9 if debug and (processor == "x86"): [OK, CRASH] 10 [noopener=1 means the same as noopener] 11 expected: FAIL 12 13 [Trailing noopener should work] 14 expected: FAIL 15 16 [Leading noopener should work] 17 expected: FAIL 18 19 [Interior noopener should work] 20 expected: FAIL 21 22 [noopener separated only by spaces should work] 23 expected: FAIL 24 25 [window.open() with 'noopener' should reuse existing target] 26 expected: FAIL 27 28 [noreferrer should also suppress opener when reusing existing target] 29 expected: FAIL 30 31 [noopener=true means the same as noopener] 32 expected: FAIL 33 34 35 [window-open-noopener.html?_parent] 36 expected: 37 if (os == "win") and debug and (processor == "x86"): [OK, ERROR] 38 if (os == "android") and not debug: [OK, ERROR] 39 40 [window-open-noopener.html?_top] 41 expected: 42 if (os == "android") and not debug: [OK, ERROR]