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

Side by Side Diff: LayoutTests/platform/win-xp/editing/deleting/merge-endOfParagraph-expected.txt

Issue 931633003: Move and rename RenderBR to LayoutBR. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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
1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
5 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification 5 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
6 layer at (0,0) size 800x600 6 layer at (0,0) size 800x600
7 RenderView at (0,0) size 800x600 7 RenderView at (0,0) size 800x600
8 layer at (0,0) size 800x600 8 layer at (0,0) size 800x600
9 RenderBlock {HTML} at (0,0) size 800x600 9 RenderBlock {HTML} at (0,0) size 800x600
10 RenderBody {BODY} at (8,8) size 784x584 10 RenderBody {BODY} at (8,8) size 784x584
11 RenderBlock {P} at (0,0) size 784x40 11 RenderBlock {P} at (0,0) size 784x40
12 RenderText {#text} at (0,0) size 761x39 12 RenderText {#text} at (0,0) size 761x39
13 text run at (0,0) width 761: "When the selection to delete ends at the end of a paragraph, that paragraph will be completely deleted, but a <br> or an empty" 13 text run at (0,0) width 761: "When the selection to delete ends at the end of a paragraph, that paragraph will be completely deleted, but a <br> or an empty"
14 text run at (0,20) width 489: "block will remain. Merging must happen to remove that <br> or prune that block." 14 text run at (0,20) width 489: "block will remain. Merging must happen to remove that <br> or prune that block."
15 RenderBlock {P} at (0,56) size 784x40 15 RenderBlock {P} at (0,56) size 784x40
16 RenderText {#text} at (0,0) size 757x39 16 RenderText {#text} at (0,0) size 757x39
17 text run at (0,0) width 757: "This test illustrates a case where mergi ng wasn't allowed to happen just because the end of the selection to delete was in a fully" 17 text run at (0,0) width 757: "This test illustrates a case where mergi ng wasn't allowed to happen just because the end of the selection to delete was in a fully"
18 text run at (0,20) width 192: "selected line, which is nonsense." 18 text run at (0,20) width 192: "selected line, which is nonsense."
19 RenderBlock {P} at (0,112) size 784x60 19 RenderBlock {P} at (0,112) size 784x60
20 RenderText {#text} at (0,0) size 783x59 20 RenderText {#text} at (0,0) size 783x59
21 text run at (0,0) width 296: "Fixing that bug exposed a problem with m erging. " 21 text run at (0,0) width 296: "Fixing that bug exposed a problem with m erging. "
22 text run at (296,0) width 487: "If deletion empties out the block that contained the start of the selection to delete," 22 text run at (296,0) width 487: "If deletion empties out the block that contained the start of the selection to delete,"
23 text run at (0,20) width 410: "that block can collapse away and become impossible to merge into. " 23 text run at (0,20) width 410: "that block can collapse away and become impossible to merge into. "
24 text run at (410,20) width 361: "So we insert a placeholder to prop it open so that the merge" 24 text run at (410,20) width 361: "So we insert a placeholder to prop it open so that the merge"
25 text run at (0,40) width 73: "can happen." 25 text run at (0,40) width 73: "can happen."
26 RenderBlock {DIV} at (5,188) size 774x34 [border: (1px solid #000000)] 26 RenderBlock {DIV} at (5,188) size 774x34 [border: (1px solid #000000)]
27 RenderBlock {DIV} at (6,6) size 762x22 [border: (1px solid #FF0000)] 27 RenderBlock {DIV} at (6,6) size 762x22 [border: (1px solid #FF0000)]
28 RenderBR {BR} at (1,1) size 0x19 28 LayoutBR {BR} at (1,1) size 0x19
29 caret: position 0 of child 0 {BR} of child 0 {DIV} of child 6 {DIV} of body 29 caret: position 0 of child 0 {BR} of child 0 {DIV} of child 6 {DIV} of body
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698