blob: 47dba522860b8e2c387132049a7376118c62b064 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[noopener-noreferrer-sizing.window.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[window.open() with noreferrer should have equal viewport width and height]
expected:
if os == "android": FAIL
[window.open() with noopener should have equal viewport width and height]
expected:
if os == "android": FAIL
|