blob: 170e1d102915d077f61114da4c0c02b57bfc28bd (
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
47
48
49
50
51
52
|
[iframe.tentative.https.window.html]
expected:
if os == "android": OK
TIMEOUT
[local to local: no preflight required.]
expected:
if (os == "android") and debug and not swgl: [PASS, FAIL]
if (os == "android") and debug and swgl: [PASS, FAIL]
[private to local: failed preflight.]
expected: FAIL
[private to local: success.]
expected: FAIL
[public to local: failed preflight.]
expected: FAIL
[public to local: success.]
expected: FAIL
[public to private: failed preflight.]
expected: FAIL
[public to private: success.]
expected: FAIL
[treat-as-public-address to local: failed preflight.]
expected: FAIL
[treat-as-public-address to local: success.]
expected: FAIL
[treat-as-public-address to private: failed preflight.]
expected: FAIL
[treat-as-public-address to private: success.]
expected: FAIL
[public to local, grandparent navigates: failure.]
expected:
if os == "android": FAIL
TIMEOUT
[public to local, grandparent navigates: success.]
expected:
if os == "android": FAIL
TIMEOUT
[local to private: no preflight required.]
expected:
if not fission and (os == "linux") and not debug: [PASS, FAIL]
|