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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
[DEFAULT]
support-files = [
"child_ip_address.html",
"file_crossdomainprops_inner.html",
"file_location.html",
"file_separate_post_message_queue.html",
"framed_location.html",
"idn_child.html",
"iframe1_location_setters.html",
"iframe2_location_setters.html",
"iframe3_location_setters.html",
"file_test_background_loading_iframes.html",
]
["test_background_loading_iframes.html"]
skip-if = [
"http3",
"http2",
]
["test_crossdomainprops.html"]
skip-if = [
"http3",
"http2",
]
["test_location.html"]
skip-if = [
"http3",
"http2",
]
["test_location_framed.html"]
skip-if = [
"http3",
"http2",
]
["test_location_getters.html"]
skip-if = [
"http3",
"http2",
]
["test_location_sandboxed.html"]
skip-if = [
"http3",
"http2",
]
["test_location_setters.html"]
skip-if = [
"http3",
"http2",
]
["test_separate_post_message_queue.html"]
["test_setting_document.domain_idn.html"]
skip-if = [
"http3",
"http2",
]
["test_setting_document.domain_to_shortened_ipaddr.html"]
skip-if = [
"http3",
"http2",
]
|