68 lines
1.4 KiB
TOML
68 lines
1.4 KiB
TOML
[DEFAULT]
|
|
tags = "mcb"
|
|
prefs = [
|
|
"security.mixed_content.upgrade_display_content=false",
|
|
"dom.security.https_first=false",
|
|
]
|
|
support-files = [
|
|
"file_bug803225_test_mailto.html",
|
|
"file_frameNavigation.html",
|
|
"file_frameNavigation_blankTarget.html",
|
|
"file_frameNavigation_grandchild.html",
|
|
"file_frameNavigation_innermost.html",
|
|
"file_frameNavigation_secure.html",
|
|
"file_frameNavigation_secure_grandchild.html",
|
|
"file_main.html",
|
|
"file_main_bug803225.html",
|
|
"file_main_bug803225_websocket_wsh.py",
|
|
"file_server.sjs",
|
|
"!/dom/media/test/vp9.webm",
|
|
"test.webm",
|
|
"test.wav",
|
|
"!/image/test/mochitest/blue.png",
|
|
"file_redirect.html",
|
|
"file_redirect_handler.sjs",
|
|
"file_bug1550792.html",
|
|
"file_bug1551886.html",
|
|
"file_windowOpen.html",
|
|
]
|
|
|
|
["test_bug803225.html"]
|
|
skip-if = [
|
|
"os=='linux' && bits==32", # Linux32:bug 1324870
|
|
"headless", # Headless:bug 1405870
|
|
"tsan", # tsan:bug 1612707
|
|
"http3",
|
|
"http2",
|
|
]
|
|
|
|
["test_bug1550792.html"]
|
|
skip-if = [
|
|
"http3",
|
|
"http2",
|
|
]
|
|
|
|
["test_bug1551886.html"]
|
|
skip-if = [
|
|
"http3",
|
|
"http2",
|
|
]
|
|
|
|
["test_frameNavigation.html"]
|
|
skip-if = ["true"] # Bug 1424752
|
|
|
|
["test_main.html"]
|
|
skip-if = [
|
|
"true",
|
|
"os == 'android'",
|
|
"verify && !debug && os == 'linux'", # Android: TIMED_OUT; bug 1402554
|
|
"tsan", # Times out / Memory consumption, bug 1612707
|
|
]
|
|
|
|
["test_redirect.html"]
|
|
|
|
["test_windowOpen.html"]
|
|
scheme = "https"
|
|
skip-if = [
|
|
"!debug" # Bug 1855588
|
|
]
|