summaryrefslogtreecommitdiffstats
path: root/docshell/test/mochitest/file_bug1773192_2.html
blob: 3b1e5bcb28d341209c1f1f0115353e9cb134d8d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
  <head>
    <meta http-equiv="Cache-Control" content="no-cache, no-store">
    <meta name="referrer" content="same-origin">
  </head>
  <body>
    <form method="POST" action="file_bug1773192_3.sjs"></form>
    <script>
      history.replaceState({}, "", document.referrer);
      document.forms[0].submit();
    </script>
  </body>
</html>