Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / editing / selection / 5081257-1.html
index e29a42d..b08c8f9 100644 (file)
@@ -5,6 +5,6 @@
 </body>                
 <script>
 var sel = window.getSelection();
-sel.setPosition(document, 0);
+sel.collapse(document, 0);
 </script>
 </html>