blob: 1f9801e592b838f55a3d05c3f37a822b5d331bb8 (
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
|
[embed.https.sub.tentative.html]
expected:
if os == "linux": TIMEOUT
if os == "mac": TIMEOUT
if win10_2004: 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
if win10_2004: NOTRUN
[Wrapper: cross-site embed]
expected:
if os == "mac": NOTRUN
if os == "linux": NOTRUN
if win10_2004: NOTRUN
[Wrapper: Navigate to same-site embed]
expected:
if os == "mac": NOTRUN
if os == "linux": NOTRUN
if win10_2004: 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
if win10_2004: NOTRUN
[Wrapper: Navigate to same-origin embed]
expected:
if os == "mac": TIMEOUT
if os == "linux": TIMEOUT
if win10_2004: TIMEOUT
|