Bug 1222562, part 3 - Enable a single test in uriloader. r=mrbkap

This commit is contained in:
Andrew McCreight 2015-11-10 13:10:23 -08:00
parent d2e69db4ef
commit 4775462cd9

View File

@ -1,5 +1,5 @@
[DEFAULT] [DEFAULT]
skip-if = buildapp == 'b2g' || e10s skip-if = buildapp == 'b2g'
support-files = support-files =
handlerApp.xhtml handlerApp.xhtml
handlerApps.js handlerApps.js
@ -7,5 +7,6 @@ support-files =
[test_badMimeType.html] [test_badMimeType.html]
[test_handlerApps.xhtml] [test_handlerApps.xhtml]
skip-if = (toolkit == 'android' || os == 'mac') # OS X: bug 786938 skip-if = (toolkit == 'android' || os == 'mac') || e10s # OS X: bug 786938
[test_unsafeBidiChars.xhtml] [test_unsafeBidiChars.xhtml]
skip-if = e10s