Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / editing / selection / wrapped-line-caret-2.html
1 <span>This test passes if the caret is at the start of the second line.</span>
2
3 <div id="edit" contentEditable="true" style="width: 350px; height: 100px; border: 1px solid blue;">a&nbsp;<span style=color:blue;">xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</span></div>
4 <script>
5 var edit = document.getElementById("edit");
6 window.getSelection().collapse(edit.firstChild, 2);
7 </script>