7 | src="../../resources/dump-as-markup.js"
13 border: 2px solid red;
28 | href="rdar://problem/3918712"
29 | "<rdar://problem/3918712>"
30 | " "Paste as Quotation" in Mail just pastes (<blockquote> tag seems to be lost)."
34 | "To manually test, copy everything in the first editable box and paste it in the second box.
35 You should see "foo" and a new line inside a red box."
66 | language="JavaScript"
68 | type="text/JavaScript"
74 function editingTest() {
75 for (i = 0; i < 4; i++)
76 extendSelectionForwardByCharacterCommand();
78 for (i = 0; i < 2; i++)
79 moveSelectionForwardByCharacterCommand();
83 if (window.testRunner)
84 runDumpAsTextEditingTest();
89 <div id="test" class="editing"><div><blockquote>foo</blockquote></div></div>
90 <div class="editing"></div>
94 <div id="test" class="editing"><div><blockquote>foo</blockquote></div></div>
95 <div class="editing"><div id="test" class="editing"><blockquote>foo</blockquote><div><br></div></div></div>