gecko/dom/browser-element/mochitest/file_browserElement_BrowserWindowNamespace.html

8 lines
108 B
HTML

<html>
<body>
<script>
window.open("http://example.com/" + location.hash, "foo");
</script>
</body>
</html>