Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / editing / execCommand / format-block-typing-style.html
index 4aa2c91..627c8ea 100644 (file)
@@ -8,7 +8,7 @@
 Markup.description("This tests ensures FormatBlock preserves the typing style.");
 
 var test = document.getElementById('test');
-window.getSelection().setPosition(test, 5);
+window.getSelection().collapse(test, test.childNodes.length);
 
 document.execCommand('Bold', false, null);
 document.execCommand('FormatBlock', false, '');