25 lines
568 B
TOML
25 lines
568 B
TOML
[DEFAULT]
|
|
|
|
["test_invalidCharFileExtension.xhtml"]
|
|
skip-if = ["os == 'android'"] # Bug 1525959
|
|
support-files = [
|
|
"HelperAppLauncherDialog_chromeScript.js",
|
|
"invalidCharFileExtension.sjs",
|
|
]
|
|
|
|
["test_nullCharFile.xhtml"]
|
|
skip-if = ["os == 'android'"] # Bug 1525959
|
|
support-files = ["HelperAppLauncherDialog_chromeScript.js"]
|
|
|
|
["test_unknown_ext_protocol_handlers.html"]
|
|
|
|
["test_unsafeBidiChars.xhtml"]
|
|
skip-if = [
|
|
"os == 'android'", # Bug 1525959
|
|
"http3",
|
|
"http2",
|
|
]
|
|
support-files = [
|
|
"HelperAppLauncherDialog_chromeScript.js",
|
|
"unsafeBidiFileName.sjs",
|
|
]
|