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

Side by Side Diff: LayoutTests/platform/linux/tables/mozilla/core/table_widths-expected.txt

Issue 500093002: Use border-box sizing for the HR element. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated Created 5 years, 8 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 | Annotate | Revision Log
OLDNEW
1 layer at (0,0) size 800x600 1 layer at (0,0) size 800x600
2 LayoutView at (0,0) size 800x600 2 LayoutView at (0,0) size 800x600
3 layer at (0,0) size 800x600 3 layer at (0,0) size 800x600
4 LayoutBlockFlow {HTML} at (0,0) size 800x600 4 LayoutBlockFlow {HTML} at (0,0) size 800x600
5 LayoutBlockFlow {BODY} at (8,8) size 784x584 5 LayoutBlockFlow {BODY} at (8,8) size 784x584
6 LayoutBlockFlow (anonymous) at (0,0) size 784x20 6 LayoutBlockFlow (anonymous) at (0,0) size 784x20
7 LayoutText {#text} at (0,0) size 163x19 7 LayoutText {#text} at (0,0) size 163x19
8 text run at (0,0) width 163: "table width includes border" 8 text run at (0,0) width 163: "table width includes border"
9 LayoutBlockFlow {HR} at (0,28) size 202x2 [border: (1px inset #EEEEEE)] 9 LayoutBlockFlow {HR} at (0,28) size 200x2 [border: (1px inset #EEEEEE)]
10 LayoutTable {TABLE} at (0,38) size 200x48 [border: (10px outset #808080)] 10 LayoutTable {TABLE} at (0,38) size 200x48 [border: (10px outset #808080)]
11 LayoutTableSection {TBODY} at (10,10) size 180x28 11 LayoutTableSection {TBODY} at (10,10) size 180x28
12 LayoutTableRow {TR} at (0,2) size 180x24 12 LayoutTableRow {TR} at (0,2) size 180x24
13 LayoutTableCell {TD} at (2,2) size 176x24 [border: (1px inset #80808 0)] [r=0 c=0 rs=1 cs=1] 13 LayoutTableCell {TD} at (2,2) size 176x24 [border: (1px inset #80808 0)] [r=0 c=0 rs=1 cs=1]
14 LayoutText {#text} at (2,2) size 57x19 14 LayoutText {#text} at (2,2) size 57x19
15 text run at (2,2) width 57: "200 table" 15 text run at (2,2) width 57: "200 table"
16 LayoutBlockFlow (anonymous) at (0,86) size 784x40 16 LayoutBlockFlow (anonymous) at (0,86) size 784x40
17 LayoutBR {BR} at (0,0) size 0x19 17 LayoutBR {BR} at (0,0) size 0x19
18 LayoutText {#text} at (0,20) size 206x19 18 LayoutText {#text} at (0,20) size 206x19
19 text run at (0,20) width 206: "nested table width includes border" 19 text run at (0,20) width 206: "nested table width includes border"
(...skipping 13 matching lines...) Expand all
33 LayoutTable {TABLE} at (0,198) size 145x52 [border: (1px outset #808080)] 33 LayoutTable {TABLE} at (0,198) size 145x52 [border: (1px outset #808080)]
34 LayoutTableSection {TBODY} at (1,1) size 143x50 34 LayoutTableSection {TBODY} at (1,1) size 143x50
35 LayoutTableRow {TR} at (0,0) size 143x50 35 LayoutTableRow {TR} at (0,0) size 143x50
36 LayoutTableCell {TD} at (0,0) size 143x50 [border: (1px inset #80808 0)] [r=0 c=0 rs=1 cs=1] 36 LayoutTableCell {TD} at (0,0) size 143x50 [border: (1px inset #80808 0)] [r=0 c=0 rs=1 cs=1]
37 LayoutTable {TABLE} at (1,1) size 141x48 [border: (10px outset #80 8080)] 37 LayoutTable {TABLE} at (1,1) size 141x48 [border: (10px outset #80 8080)]
38 LayoutTableSection {TBODY} at (10,10) size 121x28 38 LayoutTableSection {TBODY} at (10,10) size 121x28
39 LayoutTableRow {TR} at (0,2) size 121x24 39 LayoutTableRow {TR} at (0,2) size 121x24
40 LayoutTableCell {TD} at (2,2) size 117x24 [border: (1px inse t #808080)] [r=0 c=0 rs=1 cs=1] 40 LayoutTableCell {TD} at (2,2) size 117x24 [border: (1px inse t #808080)] [r=0 c=0 rs=1 cs=1]
41 LayoutText {#text} at (2,2) size 113x19 41 LayoutText {#text} at (2,2) size 113x19
42 text run at (2,2) width 113: "100% nested table" 42 text run at (2,2) width 113: "100% nested table"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698