aboutsummaryrefslogtreecommitdiffstats
path: root/tests/html/test_close.html
blob: 7e4fb2a8cb29cc03a1f286d7460a7907e41a01a4 (plain) (blame)
1
2
3
4
5
<html>
<script>
window.setTimeout(function() { window.close(); }, 3000);
</script>
</html>