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

Side by Side Diff: LayoutTests/platform/linux/tables/mozilla/bugs/bug21918-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 LayoutTable {TABLE} at (0,0) size 30x30 [border: (1px outset #808080)] 6 LayoutTable {TABLE} at (0,0) size 30x30 [border: (1px outset #808080)]
7 LayoutTableSection {TBODY} at (1,1) size 28x28 7 LayoutTableSection {TBODY} at (1,1) size 28x28
8 LayoutTableRow {TR} at (0,2) size 28x24 8 LayoutTableRow {TR} at (0,2) size 28x24
9 LayoutTableCell {TD} at (2,2) size 24x24 [border: (1px inset #808080 )] [r=0 c=0 rs=1 cs=1] 9 LayoutTableCell {TD} at (2,2) size 24x24 [border: (1px inset #808080 )] [r=0 c=0 rs=1 cs=1]
10 RenderText {#text} at (2,2) size 20x19 10 RenderText {#text} at (2,2) size 20x19
11 text run at (2,2) width 20: "foo" 11 text run at (2,2) width 20: "foo"
12 RenderBlock (anonymous) at (0,30) size 784x20 12 RenderBlock (anonymous) at (0,30) size 784x20
13 RenderBR {BR} at (0,0) size 0x19 13 LayoutBR {BR} at (0,0) size 0x19
14 LayoutTable {TABLE} at (0,50) size 35x30 [border: (1px outset #808080)] 14 LayoutTable {TABLE} at (0,50) size 35x30 [border: (1px outset #808080)]
15 LayoutTableSection {TBODY} at (1,1) size 33x28 15 LayoutTableSection {TBODY} at (1,1) size 33x28
16 LayoutTableRow {TR} at (0,2) size 33x24 16 LayoutTableRow {TR} at (0,2) size 33x24
17 LayoutTableCell {TD} at (2,2) size 29x24 [border: (1px inset #808080 )] [r=0 c=0 rs=1 cs=1] 17 LayoutTableCell {TD} at (2,2) size 29x24 [border: (1px inset #808080 )] [r=0 c=0 rs=1 cs=1]
18 RenderText {#text} at (2,2) size 25x19 18 RenderText {#text} at (2,2) size 25x19
19 text run at (2,2) width 25: "blah" 19 text run at (2,2) width 25: "blah"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698