servo/tests/html/close-on-load.html
2019-05-09 15:24:18 -04:00

5 lines
74 B
HTML

<script>
window.onload = function() {
window.close();
}
</script>