blob: be3b6bb37e8d28d79a33f6ba9588f39e887ffb34 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[DEFAULT]
support-files =
handlerApp.xhtml
handlerApps.js
[test_handlerApps.xhtml]
skip-if = (toolkit == 'android' || os == 'mac') || e10s # OS X: bug 786938
scheme = https
[test_invalidCharFileExtension.xhtml]
skip-if = toolkit == 'android' && !is_fennec # Bug 1525959
support-files =
HelperAppLauncherDialog_chromeScript.js
invalidCharFileExtension.sjs
[test_nullCharFile.xhtml]
skip-if = toolkit == 'android' && !is_fennec # Bug 1525959
support-files =
HelperAppLauncherDialog_chromeScript.js
[test_unknown_ext_protocol_handlers.html]
[test_unsafeBidiChars.xhtml]
skip-if = toolkit == 'android' && !is_fennec # Bug 1525959
support-files =
HelperAppLauncherDialog_chromeScript.js
unsafeBidiFileName.sjs
|