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
Родитель 0279fb3749
Коммит e268b57aa9
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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