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

Side by Side Diff: LayoutTests/platform/linux/tables/mozilla/bugs/bug33137-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 LayoutTable {TABLE} at (0,0) size 85x94 [border: (1px outset #808080)] 6 LayoutTable {TABLE} at (0,0) size 85x94 [border: (1px outset #808080)]
7 LayoutTableSection {TBODY} at (1,1) size 83x92 7 LayoutTableSection {TBODY} at (1,1) size 83x92
8 LayoutTableRow {TR} at (0,2) size 83x22 8 LayoutTableRow {TR} at (0,2) size 83x22
9 LayoutTableCell {TD} at (2,2) size 79x22 [border: (1px inset #808080 )] [r=0 c=0 rs=1 cs=1] 9 LayoutTableCell {TD} at (2,2) size 79x22 [border: (1px inset #808080 )] [r=0 c=0 rs=1 cs=1]
10 LayoutBlockFlow {HR} at (3.50,10) size 72x2 [border: (1px inset #E EEEEE)] 10 LayoutBlockFlow {HR} at (4.50,10) size 70x2 [border: (1px inset #E EEEEE)]
11 LayoutTableRow {TR} at (0,26) size 83x64 11 LayoutTableRow {TR} at (0,26) size 83x64
12 LayoutTableCell {TD} at (2,26) size 79x64 [border: (1px inset #80808 0)] [r=1 c=0 rs=1 cs=1] 12 LayoutTableCell {TD} at (2,26) size 79x64 [border: (1px inset #80808 0)] [r=1 c=0 rs=1 cs=1]
13 LayoutText {#text} at (2,2) size 70x59 13 LayoutText {#text} at (2,2) size 70x59
14 text run at (2,2) width 63: "this should" 14 text run at (2,2) width 63: "this should"
15 text run at (2,22) width 70: "wrap within" 15 text run at (2,22) width 70: "wrap within"
16 text run at (2,42) width 44: "this TD" 16 text run at (2,42) width 44: "this TD"
17 LayoutBlockFlow (anonymous) at (0,94) size 784x20 17 LayoutBlockFlow (anonymous) at (0,94) size 784x20
18 LayoutBR {BR} at (0,0) size 0x19 18 LayoutBR {BR} at (0,0) size 0x19
19 LayoutTable {TABLE} at (0,114) size 92x94 [border: (1px outset #808080)] 19 LayoutTable {TABLE} at (0,114) size 90x94 [border: (1px outset #808080)]
20 LayoutTableSection {TBODY} at (1,1) size 90x92 20 LayoutTableSection {TBODY} at (1,1) size 88x92
21 LayoutTableRow {TR} at (0,2) size 90x22 21 LayoutTableRow {TR} at (0,2) size 88x22
22 LayoutTableCell {TD} at (2,2) size 86x22 [border: (1px inset #808080 )] [r=0 c=0 rs=1 cs=1] 22 LayoutTableCell {TD} at (2,2) size 84x22 [border: (1px inset #808080 )] [r=0 c=0 rs=1 cs=1]
23 LayoutBlockFlow {HR} at (2,10) size 82x2 [border: (1px inset #EEEE EE)] 23 LayoutBlockFlow {HR} at (2,10) size 80x2 [border: (1px inset #EEEE EE)]
24 LayoutTableRow {TR} at (0,26) size 90x64 24 LayoutTableRow {TR} at (0,26) size 88x64
25 LayoutTableCell {TD} at (2,26) size 86x64 [border: (1px inset #80808 0)] [r=1 c=0 rs=1 cs=1] 25 LayoutTableCell {TD} at (2,26) size 84x64 [border: (1px inset #80808 0)] [r=1 c=0 rs=1 cs=1]
26 LayoutText {#text} at (2,2) size 70x59 26 LayoutText {#text} at (2,2) size 70x59
27 text run at (2,2) width 63: "this should" 27 text run at (2,2) width 63: "this should"
28 text run at (2,22) width 70: "wrap within" 28 text run at (2,22) width 70: "wrap within"
29 text run at (2,42) width 44: "this TD" 29 text run at (2,42) width 44: "this TD"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698