Files
palemoon27/dom/browser-element/mochitest/file_browserElement_BrowserWindowNamespace.html

10 lines
152 B
HTML

<html>
<body>
<script>
addEventListener('load', function() {
window.open("http://example.com/" + location.hash, "foo");
});
</script>
</body>
</html>