69 lines
1 KiB
TOML
69 lines
1 KiB
TOML
[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",
|
|
]
|