blob: 4cb5485e046d5e0ebf1b37f98716d0b2ca6d3aad (
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
|
[embed.https.sub.tentative.html]
expected:
if os == "linux": TIMEOUT
if os == "mac": TIMEOUT
[Navigate to same-site embed: sec-fetch-dest]
expected: FAIL
[Wrapper: Navigate to cross-site embed]
expected:
if os == "mac": NOTRUN
if os == "linux": NOTRUN
[Wrapper: cross-site embed]
expected:
if os == "mac": NOTRUN
if os == "linux": NOTRUN
[Wrapper: Navigate to same-site embed]
expected:
if os == "mac": NOTRUN
if os == "linux": NOTRUN
[Navigate to cross-site embed: sec-fetch-dest]
expected: FAIL
[Navigate to same-origin embed: sec-fetch-dest]
expected: FAIL
[Wrapper: same-site embed]
expected:
if os == "mac": NOTRUN
if os == "linux": NOTRUN
[Wrapper: Navigate to same-origin embed]
expected:
if os == "mac": TIMEOUT
if os == "linux": TIMEOUT
|