blob: 2aff9454455037a90077f51cc53175d00b5f170a (
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
41
42
43
44
45
46
|
[referrer-policy.https.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[with "strict-origin-when-cross-origin" referrer policy]
expected: FAIL
[with "strict-origin" referrer policy]
expected: FAIL
[with "no-referrer" referrer policy]
expected: FAIL
[referrer-policy.https.html?2-2]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[with "strict-origin" referrer policy]
expected: FAIL
[referrer-policy.https.html?1-1]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[with "strict-origin-when-cross-origin" referrer policy]
expected: FAIL
[referrer-policy.https.html?3-last]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[with "no-referrer" referrer policy]
expected: FAIL
[referrer-policy.https.html?3-3]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[with "no-referrer" referrer policy]
expected: FAIL
[referrer-policy.https.html?4-last]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[with "strict-origin" link referrer policy overriding "no-referrer" of referring page]
expected: FAIL
|