gecko/content/events/test/bug457672.html

13 lines
177 B
HTML

<html>
<head>
<script>
function done() {
window.focus();
window.close();
}
</script>
</head>
<body onload="done();">
</body>
</html>