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

Side by Side Diff: LayoutTests/platform/linux/fast/parser/open-comment-in-textarea-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 layer at (0,0) size 800x600 1 layer at (0,0) size 800x600
2 RenderView at (0,0) size 800x600 2 RenderView at (0,0) size 800x600
3 layer at (0,0) size 800x600 3 layer at (0,0) size 800x600
4 RenderBlock {HTML} at (0,0) size 800x600 4 RenderBlock {HTML} at (0,0) size 800x600
5 RenderBody {BODY} at (8,8) size 784x584 5 RenderBody {BODY} at (8,8) size 784x584
6 RenderText {#text} at (179,21) size 236x19 6 RenderText {#text} at (179,21) size 236x19
7 text run at (179,21) width 236: " This should not be part of the textare a." 7 text run at (179,21) width 236: " This should not be part of the textare a."
8 layer at (8,8) size 179x36 clip at (9,9) size 162x34 scrollHeight 66 8 layer at (8,8) size 179x36 clip at (9,9) size 162x34 scrollHeight 66
9 LayoutTextControl {TEXTAREA} at (0,0) size 179x36 [bgcolor=#FFFFFF] [border: ( 1px solid #A9A9A9)] 9 LayoutTextControl {TEXTAREA} at (0,0) size 179x36 [bgcolor=#FFFFFF] [border: ( 1px solid #A9A9A9)]
10 RenderBlock {DIV} at (3,3) size 160x64 10 RenderBlock {DIV} at (3,3) size 160x64
11 RenderText {#text} at (0,0) size 32x16 11 RenderText {#text} at (0,0) size 32x16
12 text run at (0,0) width 32: "<!--" 12 text run at (0,0) width 32: "<!--"
13 RenderBR {BR} at (32,12) size 0x0 13 LayoutBR {BR} at (32,12) size 0x0
14 RenderText {#text} at (0,16) size 160x32 14 RenderText {#text} at (0,16) size 160x32
15 text run at (0,16) width 152: "This should be part" 15 text run at (0,16) width 152: "This should be part"
16 text run at (152,16) width 8: " " 16 text run at (152,16) width 8: " "
17 text run at (0,32) width 128: "of the textarea." 17 text run at (0,32) width 128: "of the textarea."
18 RenderBR {BR} at (128,44) size 0x0 18 LayoutBR {BR} at (128,44) size 0x0
19 RenderBR {BR} at (0,48) size 0x16 19 LayoutBR {BR} at (0,48) size 0x16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698