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

Side by Side Diff: LayoutTests/platform/win/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 784x244 [border: (2px solid #FF0000)] 70 RenderBlock {DIV} at (0,0) size 784x244 [border: (2px solid #FF0000)]
71 RenderInline {SPAN} at (0,0) size 71x215 71 RenderInline {SPAN} at (0,0) size 71x215
72 RenderText {#text} at (14,14) size 71x26 72 RenderText {#text} at (14,14) size 71x26
73 text run at (14,14) width 71: "XXxxx" 73 text run at (14,14) width 71: "XXxxx"
74 RenderBR {BR} at (84,35) size 1x0 74 LayoutBR {BR} at (84,35) size 1x0
75 RenderText {#text} at (14,41) size 71x26 75 RenderText {#text} at (14,41) size 71x26
76 text run at (14,41) width 71: "XXxxx" 76 text run at (14,41) width 71: "XXxxx"
77 RenderBR {BR} at (84,62) size 1x0 77 LayoutBR {BR} at (84,62) size 1x0
78 RenderText {#text} at (14,68) size 36x26 78 RenderText {#text} at (14,68) size 36x26
79 text run at (14,68) width 36: "xxx" 79 text run at (14,68) width 36: "xxx"
80 RenderBR {BR} at (50,89) size 0x0 80 LayoutBR {BR} at (50,89) size 0x0
81 RenderText {#text} at (14,95) size 71x26 81 RenderText {#text} at (14,95) size 71x26
82 text run at (14,95) width 71: "XXxxx" 82 text run at (14,95) width 71: "XXxxx"
83 RenderBR {BR} at (84,116) size 1x0 83 LayoutBR {BR} at (84,116) size 1x0
84 RenderText {#text} at (14,122) size 36x26 84 RenderText {#text} at (14,122) size 36x26
85 text run at (14,122) width 36: "xxx" 85 text run at (14,122) width 36: "xxx"
86 RenderBR {BR} at (50,143) size 0x0 86 LayoutBR {BR} at (50,143) size 0x0
87 RenderText {#text} at (14,149) size 36x26 87 RenderText {#text} at (14,149) size 36x26
88 text run at (14,149) width 36: "xxx" 88 text run at (14,149) width 36: "xxx"
89 RenderBR {BR} at (50,170) size 0x0 89 LayoutBR {BR} at (50,170) size 0x0
90 RenderText {#text} at (14,176) size 36x26 90 RenderText {#text} at (14,176) size 36x26
91 text run at (14,176) width 36: "xxx" 91 text run at (14,176) width 36: "xxx"
92 RenderBR {BR} at (50,197) size 0x0 92 LayoutBR {BR} at (50,197) size 0x0
93 RenderText {#text} at (14,203) size 71x26 93 RenderText {#text} at (14,203) size 71x26
94 text run at (14,203) width 71: "XXxxx" 94 text run at (14,203) width 71: "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