blob: 77e4bf506af51add73d55d9b9aaa96dfba4179e0 [file] [log] [blame]
<html>
<script type="text/javascript">
w = window.open("browser4a.html", "Dialog");
setTimeout("w.close()", 5000);
</script>
<body>
<p>This test uses javascript.
<p>It opens a new window. Sets a timer. Then close the new window when the timer expires.
</body>
</html>