10 border:
2px solid blue;
15 .scenario { margin-bottom:
16px;}
16 .scenario:first-line { font-weight: bold; margin-bottom:
16px;}
17 .expected-results:first-line { font-weight: bold }
19 <script src=../editing.js
language=
"JavaScript" type=
"text/JavaScript" ></script>
23 function editingTest() {
24 moveSelectionForwardByLineCommand();
25 extendSelectionForwardByLineCommand();
26 extendSelectionForwardByCharacterCommand();
32 <title>Editing Test
</title>
36 <div class=
"explanation">
37 <div class=
"scenario">
40 Deleting when a selection starts in a blank line created by a block with a BR placeholder in it and extends to a character
41 that is not at the end of a block. This ensures that some of our
"special-case" code does not run for this case.
43 <div class=
"expected-results">
46 Should see the two lines in the red box. Each should contain
"A" only. Insertion point should
47 be blinking at the start of the second line.
51 <div contenteditable
id=
"root" style=
"word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
52 <div id=
"test" class=
"editing">
53 <p style=
"margin-top: 0; margin-bottom: 0">A
</p>
54 <p style=
"margin-top: 0; margin-bottom: 0"><BR class=
"webkit-block-placeholder"></p>
55 <p style=
"margin-top: 0; margin-bottom: 0">AA
</p>