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

Side by Side 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, 3 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <body>
2 <script language="JavaScript" type="text/javascript">
3 if (window.testRunner)
4 testRunner.dumpAsText();
5
6 document.write('<applet id="test" width="400" height="400" name="test applet" co de="test.class" codebase="." mayscript>');
7 document.write('You need Java(tm) to view this presentation. <a href="http://www .java.com">Download Java</a></applet> ');
8 window.getSelection().collapse(document.getElementById("test"), 0);
9 </script>
10 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698