11 <script src=../editing.js
language=
"JavaScript" type=
"text/JavaScript" ></script>
15 function editingTest() {
16 for (i
= 0; i
< 4; i
++)
17 extendSelectionForwardByCharacterCommand();
19 moveSelectionForwardByCharacterCommand();
20 typeCharacterCommand();
21 moveSelectionBackwardByCharacterCommand();
27 <title>Editing Test
</title>
29 <body contenteditable
id=
"root">
31 See this bug:
<a href=
"rdar://problem/3918712"><rdar://problem/
3918712></a> "Paste as Quotation" in Mail just pastes (
<blockquote
> tag seems to be lost).
32 Should see two boxes with blockquoted
"foo" text, followed by a box with an unquoted
"x".
33 <div style=
"height: 24px"></div>
35 <div id=
"test" class=
"editing"><div><blockquote>foo
</blockquote></div></div>
36 <div class=
"editing"></div>