Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / editing / style / query-typing-style.html
index c6a047a..b74aa65 100644 (file)
@@ -10,7 +10,7 @@ if (window.testRunner)
 
 var test = document.getElementById('test');
 test.focus();
-window.getSelection().setPosition(test, 1);
+window.getSelection().collapse(test, test.childNodes.length);
 document.execCommand('backColor', false, '#ff0000');
 document.execCommand('fontSize', false, 5);
 var backColor = document.queryCommandValue('backColor');