Files
UXP-Fixed/dom/html/test/file_window_open_close_outer.html
2018-02-02 04:16:08 -05:00

6 lines
165 B
HTML

<html>
<body>
<a id="link" href="file_window_open_close_inner.html" target="_blank" onclick="setTimeout(function () { window.close() }, 0)">link</a>
</html>
</body>