Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / editing / selection / table-caret-1.html
index ba1f908..ee137f8 100644 (file)
@@ -16,5 +16,5 @@ table, td {
 var s = window.getSelection();
 var e = document.getElementById("test");
 
-s.setPosition(e, 0);
+s.collapse(e, 0);
 </script>