11 <script src=../editing.js
language=
"JavaScript" type=
"text/JavaScript" ></script>
15 function editingTest() {
16 typeCharacterCommand();
17 moveSelectionBackwardByCharacterCommand();
18 insertParagraphCommand();
23 <title>Editing Test
</title>
25 <body contenteditable
id=
"root" class=
"editing">
26 <div id=
"test"><br class=
"webkit-block-placeholder"></div>
28 <!-- Test fix for <rdar://problem/3918351> REGRESSION (Mail, 173-175+): Return
29 before first char of line leaves insertion point in wrong place -->