Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: LayoutTests/editing/selection/selection-applet.html

Issue 1291723004: Remove all support for <applet> handling in Chrome. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698