| <script src=../editing.js language="JavaScript" type="text/JavaScript" ></script> |
| extendSelectionForwardByCharacterCommand(); |
| moveSelectionForwardByCharacterCommand(); |
| <title>Editing Test</title> |
| <body contenteditable id="root"> |
| 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). |
| Should see one box with blockquoted "foo" text, followed by another box with an "x" (not in a blockquote) and "foo" (in a blockquote). |
| <div style="height: 24px"></div> |
| <div id="test" class="editing"><div><blockquote class="Apple-paste-as-quotation">foo</blockquote></div></div> |
| <div class="editing"></div> |