Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / editing / selection / selection-applet.html
index 527da21..53abe25 100644 (file)
@@ -5,6 +5,6 @@ if (window.testRunner)
 
 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().setPosition(document.getElementById("test"), 0);
+window.getSelection().collapse(document.getElementById("test"), 0);
 </script>
 </body>