14 lines
274 B
TOML
14 lines
274 B
TOML
[DEFAULT]
|
|
support-files = ["frame_credman_iframes.html"]
|
|
scheme = "https"
|
|
|
|
["test_credman_empty_option.html"]
|
|
|
|
["test_credman_iframes.html"]
|
|
skip-if = [
|
|
"xorigin", # Application time out
|
|
"win10_2009", # Bug 1718296
|
|
"win11_2009", # Bug 1718296
|
|
"http3",
|
|
"http2",
|
|
]
|