mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
ad5aee4081
--HG-- extra : rebase_source : 92e8ebd370e2c7746d3f9401a7b41fc6757ff865
6 lines
123 B
HTML
6 lines
123 B
HTML
<script>
|
|
var w = window.open("about:blank", "", "width=200,height=200,dialog");
|
|
w.close();
|
|
window.close();
|
|
</script>
|