gecko-dev/dom/browser-element/mochitest/file_browserElement_CloseFr...

9 строки
104 B
HTML

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