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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/editing/pasteboard/merge-after-delete-2-expected.txt

Issue 2182013002: Convert editing/pasteboard/merge-after-delete*.html to use w3c test harness (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 2016-07-27T10:40:52 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 layer at (0,0) size 800x600
8 LayoutView at (0,0) size 800x600
9 layer at (0,0) size 800x600
10 LayoutBlockFlow {HTML} at (0,0) size 800x600
11 LayoutBlockFlow {BODY} at (8,8) size 784x584
12 LayoutBlockFlow {P} at (0,0) size 784x54
13 LayoutText {#text} at (0,0) size 752x53
14 text run at (0,0) width 752: "When ReplaceSelectionCommand deletes the current selection, it should request that the deletion do a merge in some"
15 text run at (0,18) width 744: "cases (normally, though, it should ask that a merge not be done, because a merge will cause information about block"
16 text run at (0,36) width 123: "nesting to be lost). "
17 text run at (122,36) width 375: "It wasn't requesting a merge in cases where it should have."
18 LayoutBlockFlow {P} at (0,70) size 784x72
19 LayoutText {#text} at (0,0) size 773x71
20 text run at (0,0) width 772: "The failing case is where the incoming f ragment has more than one block, and the selection being pasted into ends at the "
21 text run at (0,18) width 128: "end of a paragraph. "
22 text run at (127,18) width 646: "Any time the selection being pasted i nto ends at the end of a paragraph, deleting will leave leave a) a"
23 text run at (0,36) width 377: "br or b) an empty block at the end of t he deleted selection. "
24 text run at (376,36) width 363: "So, not merging will leave an extrane ous empty line or a"
25 text run at (0,54) width 263: "collapsed block after the paste operati on."
26 LayoutBlockFlow {DIV} at (2,158) size 780x48 [border: (1px solid #000000)]
27 LayoutBlockFlow {DIV} at (3,3) size 774x20 [border: (1px solid #FF0000)]
28 LayoutText {#text} at (1,1) size 30x17
29 text run at (1,1) width 30: "bfoo"
30 LayoutBlockFlow {DIV} at (3,25) size 774x20 [border: (1px solid #000000) ]
31 LayoutText {#text} at (1,1) size 21x17
32 text run at (1,1) width 21: "bar"
33 caret: position 3 of child 0 {#text} of child 1 {DIV} of child 4 {DIV} of body
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698