Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.swt.tests/data/browser4.html')
-rw-r--r--tests/org.eclipse.swt.tests/data/browser4.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/org.eclipse.swt.tests/data/browser4.html b/tests/org.eclipse.swt.tests/data/browser4.html
deleted file mode 100644
index 77e4bf506a..0000000000
--- a/tests/org.eclipse.swt.tests/data/browser4.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<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>

Back to the top