blob: 53e18579ed6368f796ec629a8e231685692797f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[localstorage-about-blank-3P-iframe-opens-3P-window.partitioned.tentative.html]
expected:
if fission and (os == "linux") and not swgl and not debug and (processor == "x86"): [OK, TIMEOUT]
if fission and (os == "linux") and not swgl and not debug and (processor == "x86_64"): [OK, TIMEOUT]
if fission and (os == "win") and (processor == "x86") and debug: [OK, TIMEOUT]
if fission and (os == "linux") and not swgl and debug: [OK, TIMEOUT]
if fission and (os == "mac") and debug: [OK, TIMEOUT]
if fission and (os == "android"): [OK, TIMEOUT]
[StorageKey: test 3P about:blank window opened from a 3P iframe]
expected:
if (os == "linux") and fission and not swgl and not debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "linux") and fission and not swgl and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "linux") and fission and not swgl and debug: [PASS, TIMEOUT]
if (os == "win") and (processor == "x86") and debug: [PASS, TIMEOUT]
if (os == "mac") and debug: [PASS, TIMEOUT]
if os == "android": FAIL
|