summaryrefslogtreecommitdiffstats
path: root/docshell/test/mochitest/file_bug1850335_3.html
blob: bd9ef0af7e5d074cbe88f9f67562e6e25e9d6f3b (plain)
1
2
3
4
5
6
7
<script>
addEventListener("pageshow", () => {
  setTimeout(() => {
    history.back();
  }, 0);
});
</script>