summaryrefslogtreecommitdiffstats
path: root/tests/org.eclipse.swt.tests/data/browser4.html
blob: 77e4bf506af51add73d55d9b9aaa96dfba4179e0 (plain)
1
2
3
4
5
6
7
8
9
10
<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>