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

Side by Side Diff: LayoutTests/platform/mac/editing/inserting/insert-text-with-newlines-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: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
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 27 matching lines...) Expand all
38 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification 38 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
39 layer at (0,0) size 800x600 39 layer at (0,0) size 800x600
40 RenderView at (0,0) size 800x600 40 RenderView at (0,0) size 800x600
41 layer at (0,0) size 800x600 41 layer at (0,0) size 800x600
42 RenderBlock {HTML} at (0,0) size 800x600 42 RenderBlock {HTML} at (0,0) size 800x600
43 RenderBody {BODY} at (8,8) size 784x584 43 RenderBody {BODY} at (8,8) size 784x584
44 RenderBlock {DIV} at (0,0) size 784x140 [border: (2px solid #FF0000)] 44 RenderBlock {DIV} at (0,0) size 784x140 [border: (2px solid #FF0000)]
45 RenderInline {SPAN} at (0,0) size 80x112 45 RenderInline {SPAN} at (0,0) size 80x112
46 RenderText {#text} at (14,14) size 80x28 46 RenderText {#text} at (14,14) size 80x28
47 text run at (14,14) width 80: "Foo xxx" 47 text run at (14,14) width 80: "Foo xxx"
48 RenderBR {BR} at (93,36) size 1x0 48 LayoutBR {BR} at (93,36) size 1x0
49 RenderInline {I} at (0,0) size 34x28 49 RenderInline {I} at (0,0) size 34x28
50 RenderText {#text} at (14,42) size 34x28 50 RenderText {#text} at (14,42) size 34x28
51 text run at (14,42) width 34: "bar" 51 text run at (14,42) width 34: "bar"
52 RenderText {#text} at (47,42) size 43x28 52 RenderText {#text} at (47,42) size 43x28
53 text run at (47,42) width 43: " xxx" 53 text run at (47,42) width 43: " xxx"
54 RenderBR {BR} at (89,64) size 1x0 54 LayoutBR {BR} at (89,64) size 1x0
55 RenderBR {BR} at (14,70) size 0x28 55 LayoutBR {BR} at (14,70) size 0x28
56 RenderText {#text} at (14,98) size 70x28 56 RenderText {#text} at (14,98) size 70x28
57 text run at (14,98) width 70: "bazxxx" 57 text run at (14,98) width 70: "bazxxx"
58 caret: position 6 of child 6 {#text} of child 1 {SPAN} of child 1 {DIV} of body 58 caret: position 6 of child 6 {#text} of child 1 {SPAN} of child 1 {DIV} of body
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698