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

Side by Side Diff: LayoutTests/platform/linux/editing/inserting/insert-paragraph-05-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: webViewDidChange:WebViewDidChangeNotification 3 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
4 layer at (0,0) size 800x600 4 layer at (0,0) size 800x600
5 RenderView at (0,0) size 800x600 5 RenderView at (0,0) size 800x600
6 layer at (0,0) size 800x600 6 layer at (0,0) size 800x600
7 RenderBlock {HTML} at (0,0) size 800x600 7 RenderBlock {HTML} at (0,0) size 800x600
8 RenderBody {BODY} at (8,8) size 784x584 8 RenderBody {BODY} at (8,8) size 784x584
9 RenderBlock {P} at (0,0) size 784x20 9 RenderBlock {P} at (0,0) size 784x20
10 RenderText {#text} at (0,0) size 580x19 10 RenderText {#text} at (0,0) size 580x19
11 text run at (0,0) width 580: "This tests inserting a paragraph separat or before a special element at the start of an editable root." 11 text run at (0,0) width 580: "This tests inserting a paragraph separat or before a special element at the start of an editable root."
12 RenderBlock {P} at (0,36) size 784x20 12 RenderBlock {P} at (0,36) size 784x20
13 RenderText {#text} at (0,0) size 578x19 13 RenderText {#text} at (0,0) size 578x19
14 text run at (0,0) width 578: "Visually, it should leave a blank line b efore the link, and the caret selection at the start of the link." 14 text run at (0,0) width 578: "Visually, it should leave a blank line b efore the link, and the caret selection at the start of the link."
15 RenderBlock {P} at (0,72) size 784x20 15 RenderBlock {P} at (0,72) size 784x20
16 RenderText {#text} at (0,0) size 753x19 16 RenderText {#text} at (0,0) size 753x19
17 text run at (0,0) width 753: "Structurally, the empty paragraph elemen t should go before the anchor element, rather than inside of it. See Radar #5452 675." 17 text run at (0,0) width 753: "Structurally, the empty paragraph elemen t should go before the anchor element, rather than inside of it. See Radar #5452 675."
18 RenderBlock {DIV} at (0,108) size 784x40 18 RenderBlock {DIV} at (0,108) size 784x40
19 RenderBlock {DIV} at (0,0) size 784x20 19 RenderBlock {DIV} at (0,0) size 784x20
20 RenderBR {BR} at (0,0) size 0x19 20 LayoutBR {BR} at (0,0) size 0x19
21 RenderBlock (anonymous) at (0,20) size 784x20 21 RenderBlock (anonymous) at (0,20) size 784x20
22 RenderInline {A} at (0,0) size 53x19 [color=#0000EE] 22 RenderInline {A} at (0,0) size 53x19 [color=#0000EE]
23 RenderText {#text} at (0,0) size 53x19 23 RenderText {#text} at (0,0) size 53x19
24 text run at (0,0) width 53: "applesite" 24 text run at (0,0) width 53: "applesite"
25 caret: position 0 of child 0 {#text} of child 1 {A} of child 6 {DIV} of body 25 caret: position 0 of child 0 {#text} of child 1 {A} of child 6 {DIV} of body
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698