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

8 lines
91 B
HTML

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