Bug 1162344 - Use the exemptFromPerDomainMax pref in test_importscript.html; r=nsm

This commit is contained in:
Ehsan Akhgari 2015-05-06 22:15:38 -04:00
parent e79dbe77b0
commit b3e45d95ac

View File

@ -62,6 +62,7 @@
SimpleTest.waitForExplicitFinish();
SpecialPowers.pushPrefEnv({"set": [
["dom.serviceWorkers.exemptFromPerDomainMax", true],
["dom.serviceWorkers.enabled", true],
["dom.serviceWorkers.testing.enabled", true]
]}, runTest);