blob: 0156c2333520630fd59352d25dde433d01d5ea38 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[window-history.https.sub.html]
expected:
if (os == "linux") and fission and not debug and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "linux") and fission and not debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "linux") and fission and debug: [OK, TIMEOUT]
if (os == "android") and fission: [OK, TIMEOUT]
[sec-fetch-user - history.forward]
expected:
if (os == "linux") and fission and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
if (os == "linux") and fission and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
if (os == "linux") and fission and debug: [PASS, TIMEOUT]
[sec-fetch-user - history.back]
expected:
if (os == "linux") and not debug and fission: [PASS, TIMEOUT, NOTRUN]
[sec-fetch-dest - history.forward]
expected:
if (os == "linux") and not debug and fission: [PASS, TIMEOUT]
|