3 <meta http-equiv=
"Content-Type" content=
"text/html; charset=utf-8">
13 background-color: #afdaff;
16 <script src=../editing.js
language=
"JavaScript" type=
"text/JavaScript" ></script>
20 function editingTest() {
21 for (i
= 0; i
< 9; i
++) {
22 extendSelectionForwardByCharacterCommand();
28 <title>Bidi Extend Selection Test
</title>
31 The selection range in the red box should look like this:
32 <span class=
"selected">abc אבג
1</span>23 דהו def
35 <div contenteditable
id=
"root" class=
"editing">
36 <span id=
"test">abc אבג
123 דהו def
</span>