blob: 41b93a0615314e4d1a3915de736ca4e77336ebea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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]
|