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

Side by Side Diff: LayoutTests/platform/win/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 784x36 11 RenderBlock {P} at (0,0) size 784x36
12 RenderText {#text} at (0,0) size 762x35 12 RenderText {#text} at (0,0) size 762x35
13 text run at (0,0) width 762: "When the selection to delete ends at the end of a paragraph, that paragraph will be completely deleted, but a <br> or an " 13 text run at (0,0) width 762: "When the selection to delete ends at the end of a paragraph, that paragraph will be completely deleted, but a <br> or an "
14 text run at (0,18) width 567: "empty block will remain. Merging must h appen to remove that <br> or prune that block." 14 text run at (0,18) width 567: "empty block will remain. Merging must h appen to remove that <br> or prune that block."
15 RenderBlock {P} at (0,52) size 784x36 15 RenderBlock {P} at (0,52) size 784x36
16 RenderText {#text} at (0,0) size 779x35 16 RenderText {#text} at (0,0) size 779x35
17 text run at (0,0) width 779: "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" 17 text run at (0,0) width 779: "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"
18 text run at (0,18) width 243: "fully selected line, which is nonsense. " 18 text run at (0,18) width 243: "fully selected line, which is nonsense. "
19 RenderBlock {P} at (0,104) size 784x54 19 RenderBlock {P} at (0,104) size 784x54
20 RenderText {#text} at (0,0) size 783x53 20 RenderText {#text} at (0,0) size 783x53
21 text run at (0,0) width 321: "Fixing that bug exposed a problem with m erging. " 21 text run at (0,0) width 321: "Fixing that bug exposed a problem with m erging. "
22 text run at (320,0) width 459: "If deletion empties out the block that contained the start of the selection" 22 text run at (320,0) width 459: "If deletion empties out the block that contained the start of the selection"
23 text run at (0,18) width 499: "to delete, that block can collapse away and become impossible to merge into. " 23 text run at (0,18) width 499: "to delete, that block can collapse away and become impossible to merge into. "
24 text run at (498,18) width 285: "So we insert a placeholder to prop it open so" 24 text run at (498,18) width 285: "So we insert a placeholder to prop it open so"
25 text run at (0,36) width 172: "that the merge can happen." 25 text run at (0,36) width 172: "that the merge can happen."
26 RenderBlock {DIV} at (5,174) size 774x32 [border: (1px solid #000000)] 26 RenderBlock {DIV} at (5,174) size 774x32 [border: (1px solid #000000)]
27 RenderBlock {DIV} at (6,6) size 762x20 [border: (1px solid #FF0000)] 27 RenderBlock {DIV} at (6,6) size 762x20 [border: (1px solid #FF0000)]
28 RenderBR {BR} at (1,1) size 0x17 28 LayoutBR {BR} at (1,1) size 0x17
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