summaryrefslogtreecommitdiffstats
path: root/docshell/test/mochitest/file_load_during_reload.html
blob: 600d5c17289bd591bc259fccb21d8524ccb5e4f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE HTML>
<html>
  <head>
    <script>
     function notifyOpener() {
       opener.postMessage("loaded", "*");
     }
    </script>
  </head>
  <body onload="notifyOpener()">
  </body>
</html>