summaryrefslogtreecommitdiffstats
path: root/uriloader/exthandler/tests/mochitest/mochitest.toml
blob: 1e0afbcdde8b43b04cf6c00071fbcb3f6824ec9f (plain)
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
[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",
]