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