no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
[gecko.git] / docshell / test / mochitest / file_bug1729662.html
blobf5710e1c496cca31d077b73235bcb8be80643c57
1 <script>
2 addEventListener("load", () => {
3 (new BroadcastChannel("bug1729662")).postMessage("load");
4 history.pushState(1, null, location.href);
5 history.back();
6 history.forward();
7 });
8 </script>