7 This is a regression test for
<i><a href=
"https://bugs.webkit.org/show_bug.cgi?id=8866">http://bugzilla.opendarwin.org/show_bug.cgi?id=
8866</a>
8 REGRESSION: Incorrect caret position in RTL text
</i>.
11 The caret should be in the middle of the Hebrew word.
14 <div id=
"t" contenteditable
>
15 אוכמניות
17 <script type=
"text/javascript">
18 var text
= document
.getElementById('t').childNodes
[0];
19 window
.getSelection().setBaseAndExtent(text
, 5, text
, 5);