summaryrefslogtreecommitdiffstats
path: root/dom/browser-element/mochitest/file_browserElement_BrowserWindowNamespace.html
blob: 7903a63b8e6aa53c8dadd7c230b803bd28abec3e (plain)
1
2
3
4
5
6
7
8
9
<html>
<body>
<script>
addEventListener('load', function() {
  window.open("http://example.com/" + location.hash, "foo");
});
</script>
</body>
</html>