5 This tests that clicking in a contenteditable div will set the caret in the right position for RTL text in a LTR block.
6 To test manually, click the left of the text. The caret should be on the left edge.
8 <div style=
"font-size: 20px; width: 20ex; border: solid thin black; padding: 10px;" contenteditable
>שדה בור</div>
9 <script src=
"resources/caret-edge-shared.js"></script>
13 var expectedOffset
= 0;