summaryrefslogtreecommitdiffstats
path: root/dom/tests/mochitest/bugs/file_bug406375.html
blob: 215257824855e9bb7e93e6f9c3b33fe85755dcc3 (plain)
1
2
3
4
5
<script>
  var w = window.open("about:blank", "", "width=200,height=200,dialog");
  w.close();
  window.close();
</script>