trisquel-icecat/icecat/docshell/test/mochitest/file_bug1729662.html

8 lines
208 B
HTML

<script>
addEventListener("load", () => {
(new BroadcastChannel("bug1729662")).postMessage("load");
history.pushState(1, null, location.href);
history.back();
history.forward();
});
</script>