Skip to content

Commit

Permalink
Bug 1666881 - docshell/test/mochitest/test_history_length_during_page…
Browse files Browse the repository at this point in the history
…load.html. r=smaug

Differential Revision: https://phabricator.services.mozilla.com/D91264
  • Loading branch information
petervanderbeken committed Sep 24, 2020
1 parent 50eb6d7 commit 23f9949
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@
}

async function runTests() {
await SpecialPowers.pushPrefEnv({set: [["fission.sessionHistoryInParent", false]]});
await runTest(true);
await SpecialPowers.pushPrefEnv({set: [["fission.sessionHistoryInParent", true]]});
await runTest(false);
await runTest(!SpecialPowers.getBoolPref("fission.sessionHistoryInParent"));
SimpleTest.finish();
}
</script>
Expand Down

0 comments on commit 23f9949

Please sign in to comment.