Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / editing / pasteboard / copy-standalone-image-escaping.html
index e41147e..e3fb194 100644 (file)
@@ -10,7 +10,7 @@ function editingTest() {
     frames['imageframe'].document.execCommand('Copy');
     var s = window.getSelection();
     var e = document.getElementById('dest');
-    s.setPosition(e, 0);
+    s.collapse(e, 0);
     document.execCommand('Paste');
     if (e.firstChild.src.indexOf('#\x22\x3epreserve-fragment') !== -1)
         alert('PASS');