summaryrefslogtreecommitdiffstats
path: root/dom/base/test/file_bug704320_redirect.html
blob: 09ed05d6fddcb213a42226be27b46f59cf50c4ed (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<head>
  <script>
    parent.postMessage('', 'http://mochi.test:8888');
  </script>
</head>
<body>
</body>
</html>