Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / editing / deleting / merge-paragraph-containing-noneditable-expected.txt
1 This test verifies merging of second paragraph containing non-editable element with first paragraph does not cause loss of element in second paragraph.
2 Expected behavior is on hitting backspace all three word (First, Second and Third) should be visible and merged at the end of first line.
3
4 Before:
5 | "
6         "
7 | <p>
8 |   "First Paragraph."
9 | "
10         "
11 | <p>
12 |   id="paragraph"
13 |   "<#selection-caret>First"
14 |   <span>
15 |     class="noteditable"
16 |     contenteditable="false"
17 |     "Second"
18 |   "Third"
19 | "
20     "
21
22 After:
23 | "
24         "
25 | <p>
26 |   "First Paragraph.<#selection-caret>First"
27 |   <span>
28 |     class="noteditable"
29 |     "Second"
30 |   "Third"
31 | "
32     "