Bug 817007 - Part 2: Update reftests due to removal of <file> magic host, r=ehsan

This commit is contained in:
Michael Layzell 2015-06-12 13:08:54 -04:00 committed by Ehsan Akhgari
parent 278d558546
commit 54c96b6816
2 changed files with 3 additions and 1 deletions

View File

@ -65,3 +65,6 @@
// Disable periodic updates of service workers.
branch.setBoolPref("dom.serviceWorkers.periodic-updates.enabled", false);
// Allow XUL and XBL files to be opened from file:// URIs
branch.setBoolPref("dom.allow_XUL_XBL_for_file", true);

View File

@ -188,7 +188,6 @@ class RefTest(object):
locations = mozprofile.permissions.ServerLocations()
locations.add_host(server, port=0)
locations.add_host('<file>', port=0)
# Set preferences for communication between our command line arguments
# and the reftest harness. Preferences that are required for reftest