10 .scenario:first-line { font-weight: bold; font-size:
24px; }
11 .expected:first-line { font-weight: bold; font-size:
24px; }
12 .citation { margin-bottom:
0px; border:
2px solid blue; font-size:
24px; }
14 <script src=../editing.js
language=
"JavaScript" type=
"text/JavaScript" ></script>
18 function editingTest() {
19 moveSelectionForwardByCharacterCommand();
20 moveSelectionForwardByCharacterCommand();
21 moveSelectionForwardByCharacterCommand();
22 moveSelectionForwardByCharacterCommand();
23 insertNewlineInQuotedContentCommand();
28 <title>Editing Test
</title>
31 <div class=
"explanation">
32 <div class=
"scenario">
33 Splitting Mail blockquotes.
35 <div class=
"expected">
38 Two blockquotes, with an unquoted blank line in between.
<br>
39 The first blockquote contains two lines, the second one is blank.
<br>
40 The second blockquote is a single non-blank line.
43 <div contenteditable
class=
"editing">My citation:
45 <blockquote class=
"citation" type=
"cite"><div>one
</div><div style=
"min-height: 24px;"><div style=
"min-height: 24px;"><div style=
"min-height: 24px;"><br></div></div></div><div>two
</div></blockquote>