Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Side by Side Diff: third_party/WebKit/LayoutTests/editing/deleting/delete-at-paragraph-boundaries-001-expected.txt

Issue 2255063002: Convert editing/deleting/delete-at-paragraph-boundaries-00[1-5].html to use w3c test harness (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 2016-08-18T16:54:17 Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
6 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
7
8
9 Tests:
10
11 Deleting when a selection starts in a blank line created by a block with a BR pl aceholder in it and extends to the end of a block.
12
13
14 Expected Results:
15
16 Should see the three lines in the red box. First line should be "A". Next two li nes should be empty. Insertion point should
17 be blinking on the second line (the first blank one).
18
19
20 | "
21 "
22 | <div>
23 | class="editing"
24 | id="test"
25 | "
26 "
27 | <p>
28 | style="margin-top: 0; margin-bottom: 0"
29 | "A"
30 | "
31 "
32 | <p>
33 | style="margin-top: 0; margin-bottom: 0"
34 | <#selection-caret>
35 | <br>
36 | "
37 "
38 | <p>
39 | style="margin-top: 0; margin-bottom: 0"
40 | <br>
41 | class="webkit-block-placeholder"
42 | "
43 "
44 | "
45 "
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698