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

Side by Side Diff: LayoutTests/platform/linux/editing/inserting/typing-around-br-001-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 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 6 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
7 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification 7 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
8 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 8 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
9 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification 9 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
10 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 10 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification 64 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
65 layer at (0,0) size 800x600 65 layer at (0,0) size 800x600
66 RenderView at (0,0) size 800x600 66 RenderView at (0,0) size 800x600
67 layer at (0,0) size 800x600 67 layer at (0,0) size 800x600
68 RenderBlock {HTML} at (0,0) size 800x600 68 RenderBlock {HTML} at (0,0) size 800x600
69 RenderBody {BODY} at (8,8) size 784x584 69 RenderBody {BODY} at (8,8) size 784x584
70 RenderBlock {DIV} at (0,0) size 784x252 [border: (2px solid #FF0000)] 70 RenderBlock {DIV} at (0,0) size 784x252 [border: (2px solid #FF0000)]
71 RenderInline {SPAN} at (0,0) size 70x223 71 RenderInline {SPAN} at (0,0) size 70x223
72 RenderText {#text} at (14,14) size 70x27 72 RenderText {#text} at (14,14) size 70x27
73 text run at (14,14) width 70: "XXxxx" 73 text run at (14,14) width 70: "XXxxx"
74 RenderBR {BR} at (84,35) size 0x0 74 LayoutBR {BR} at (84,35) size 0x0
75 RenderText {#text} at (14,42) size 70x27 75 RenderText {#text} at (14,42) size 70x27
76 text run at (14,42) width 70: "XXxxx" 76 text run at (14,42) width 70: "XXxxx"
77 RenderBR {BR} at (84,63) size 0x0 77 LayoutBR {BR} at (84,63) size 0x0
78 RenderText {#text} at (14,70) size 36x27 78 RenderText {#text} at (14,70) size 36x27
79 text run at (14,70) width 36: "xxx" 79 text run at (14,70) width 36: "xxx"
80 RenderBR {BR} at (50,91) size 0x0 80 LayoutBR {BR} at (50,91) size 0x0
81 RenderText {#text} at (14,98) size 70x27 81 RenderText {#text} at (14,98) size 70x27
82 text run at (14,98) width 70: "XXxxx" 82 text run at (14,98) width 70: "XXxxx"
83 RenderBR {BR} at (84,119) size 0x0 83 LayoutBR {BR} at (84,119) size 0x0
84 RenderText {#text} at (14,126) size 36x27 84 RenderText {#text} at (14,126) size 36x27
85 text run at (14,126) width 36: "xxx" 85 text run at (14,126) width 36: "xxx"
86 RenderBR {BR} at (50,147) size 0x0 86 LayoutBR {BR} at (50,147) size 0x0
87 RenderText {#text} at (14,154) size 36x27 87 RenderText {#text} at (14,154) size 36x27
88 text run at (14,154) width 36: "xxx" 88 text run at (14,154) width 36: "xxx"
89 RenderBR {BR} at (50,175) size 0x0 89 LayoutBR {BR} at (50,175) size 0x0
90 RenderText {#text} at (14,182) size 36x27 90 RenderText {#text} at (14,182) size 36x27
91 text run at (14,182) width 36: "xxx" 91 text run at (14,182) width 36: "xxx"
92 RenderBR {BR} at (50,203) size 0x0 92 LayoutBR {BR} at (50,203) size 0x0
93 RenderText {#text} at (14,210) size 70x27 93 RenderText {#text} at (14,210) size 70x27
94 text run at (14,210) width 70: "XXxxx" 94 text run at (14,210) width 70: "XXxxx"
95 caret: position 5 of child 14 {#text} of child 1 {SPAN} of child 1 {DIV} of body 95 caret: position 5 of child 14 {#text} of child 1 {SPAN} of child 1 {DIV} of body
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698