summaryrefslogtreecommitdiffstats
path: root/dom/tests/browser/file_bug1685807.html
blob: 9e35fa1730b27f0a562fc973ba2886e3f8b6b429 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<head>
</head>
<body>
<script>
  window.onload = () => {
    opener.location.href = "about:blank";
    window.close();
  };
</script>
</body>
</html>