mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1162344 - Use the exemptFromPerDomainMax pref in test_importscript.html; r=nsm
This commit is contained in:
parent
e79dbe77b0
commit
b3e45d95ac
@ -62,6 +62,7 @@
|
||||
|
||||
SimpleTest.waitForExplicitFinish();
|
||||
SpecialPowers.pushPrefEnv({"set": [
|
||||
["dom.serviceWorkers.exemptFromPerDomainMax", true],
|
||||
["dom.serviceWorkers.enabled", true],
|
||||
["dom.serviceWorkers.testing.enabled", true]
|
||||
]}, runTest);
|
||||
|
Loading…
Reference in New Issue
Block a user