Backed out changeset 6949fdc7f97c (bug 1376895)

This commit is contained in:
Carsten "Tomcat" Book 2017-08-16 11:16:04 +02:00
parent a478b0ef54
commit 786ca37886
2 changed files with 1 additions and 6 deletions

View File

@ -53,11 +53,7 @@ function done() {
SimpleTest.waitForExplicitFinish();
SimpleTest.requestFlakyTimeout("untriaged");
addLoadEvent(function() {
SpecialPowers.pushPrefEnv({"set": [
["browser.newtab.preload", false]
]}, doTest);
});
addLoadEvent(doTest);
</script>

View File

@ -41,7 +41,6 @@ add_task(function setupPrefs() {
return SpecialPowers.pushPrefEnv({"set": [
["dom.serviceWorkers.enabled", true],
["dom.serviceWorkers.testing.enabled", true],
["browser.newtab.preload", false],
]});
});