Index: LayoutTests/editing/selection/selection-applet.html |
diff --git a/LayoutTests/editing/selection/selection-applet.html b/LayoutTests/editing/selection/selection-applet.html |
deleted file mode 100644 |
index 53abe25423d39334d1cbd538442953d3546a6c1d..0000000000000000000000000000000000000000 |
--- a/LayoutTests/editing/selection/selection-applet.html |
+++ /dev/null |
@@ -1,10 +0,0 @@ |
-<body> |
-<script language="JavaScript" type="text/javascript"> |
-if (window.testRunner) |
- testRunner.dumpAsText(); |
- |
-document.write('<applet id="test" width="400" height="400" name="test applet" code="test.class" codebase="." mayscript>'); |
-document.write('You need Java(tm) to view this presentation. <a href="http://www.java.com">Download Java</a></applet> '); |
-window.getSelection().collapse(document.getElementById("test"), 0); |
-</script> |
-</body> |