11 <script src=../editing.js
language=
"JavaScript" type=
"text/JavaScript" ></script>
15 function editingTest() {
16 for (i
= 0; i
< 51; i
++)
17 extendSelectionForwardByCharacterCommand();
18 justifyCenterCommand();
23 <title>Editing Test
</title>
25 <body id=
"root" contenteditable
>
26 <div style=
"test-align: right;" id=
"test" class=
"editing">
27 Here is some text. Should be
<b>centered
</b>.
29 <div id=
"test" class=
"editing">
30 Here is some text. Should be
<b>centered
</b>.