Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / deleting / delete-at-paragraph-boundaries-001-expected.txt
blobfe964cedb39393cab150619da4945b2f620559f5
1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
6 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
9 Tests: 
11 Deleting when a selection starts in a blank line created by a block with a BR placeholder in it and extends to the end of a block.
14 Expected Results:
16 Should see the three lines in the red box. First line should be "A". Next two lines should be empty. Insertion point should
17 be blinking on the second line (the first blank one).
20 | "
22 | <div>
23 |   class="editing"
24 |   id="test"
25 |   "
27 |   <p>
28 |     style="margin-top: 0; margin-bottom: 0"
29 |     "A"
30 |   "
32 |   <p>
33 |     style="margin-top: 0; margin-bottom: 0"
34 |     <#selection-caret>
35 |     <br>
36 |   "
38 |   <p>
39 |     style="margin-top: 0; margin-bottom: 0"
40 |     <br>
41 |       class="webkit-block-placeholder"
42 |   "
44 | "