Dactyloidae/dom/browser-element/mochitest/file_browserElement_CloseFromOpener.html

8 lines
104 B
HTML
Raw Normal View History

<html>
<body>
<script>
var win = window.open('file_empty.html');
win.close();
</script>
</body>
</html>