Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / editing / selection / block-cursor-overtype-mode-end-of-line-rtl-expected.html
1 <!DOCTYPE html>
2 <script>
3 function runTest() {
4     var element = (document.getElementById("editableContent")).firstChild;
5     getSelection().collapse(element, element.length);
6 }
7 </script>
8 <body onload="runTest();">
9     <!-- We want to test block cursor appearance at the end of lines that aren't the end of the editable element. -->
10     <div id="editableContent" style="direction: rtl;" contenteditable="true">&#x05e9;&#x05d3;&#x05df;ABC<br>ABC</div>
11 </body>