summaryrefslogtreecommitdiffstats
path: root/docshell/test/mochitest/file_bug1729662.html
blob: f5710e1c496cca31d077b73235bcb8be80643c57 (plain)
1
2
3
4
5
6
7
8
<script>
addEventListener("load", () => {
    (new BroadcastChannel("bug1729662")).postMessage("load");
    history.pushState(1, null, location.href);
    history.back();
    history.forward();
});
</script>