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

Side by Side Diff: LayoutTests/platform/linux/tables/mozilla/bugs/bug100334-expected.txt

Issue 988443003: Don't add artifical 1 pixel width to empty tables (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated Created 5 years, 6 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 150x20 [bgcolor=#FFCCCC] 6 LayoutTable {TABLE} at (0,0) size 150x20 [bgcolor=#FFCCCC]
7 LayoutTableCol {COLGROUP} at (0,0) size 0x0 7 LayoutTableCol {COLGROUP} at (0,0) size 0x0
8 LayoutTableCol {COL} at (0,0) size 0x0 8 LayoutTableCol {COL} at (0,0) size 0x0
9 LayoutTableCol {COL} at (0,0) size 0x0 9 LayoutTableCol {COL} at (0,0) size 0x0
10 LayoutTableSection {TBODY} at (0,0) size 150x20 10 LayoutTableSection {TBODY} at (0,0) size 150x20
11 LayoutTableRow {TR} at (0,0) size 150x20 11 LayoutTableRow {TR} at (0,0) size 150x20
12 LayoutTableCell {TD} at (0,0) size 150x20 [r=0 c=0 rs=1 cs=2] 12 LayoutTableCell {TD} at (0,0) size 150x20 [r=0 c=0 rs=1 cs=2]
13 LayoutText {#text} at (0,0) size 96x19 13 LayoutText {#text} at (0,0) size 96x19
14 text run at (0,0) width 96: "Correct Display" 14 text run at (0,0) width 96: "Correct Display"
15 LayoutTableRow {TR} at (0,20) size 150x0 15 LayoutTableRow {TR} at (0,20) size 150x0
16 LayoutTableCell {TD} at (0,20) size 126x0 [r=1 c=0 rs=1 cs=1] 16 LayoutTableCell {TD} at (0,20) size 150x0 [r=1 c=0 rs=1 cs=1]
17 LayoutTableCell {TD} at (126,20) size 24x0 [r=1 c=1 rs=1 cs=1] 17 LayoutTableCell {TD} at (150,20) size 0x0 [r=1 c=1 rs=1 cs=1]
18 LayoutBlockFlow {P} at (0,36) size 784x0 18 LayoutBlockFlow {P} at (0,36) size 784x0
19 LayoutTable {TABLE} at (0,36) size 150x20 [bgcolor=#FFCCCC] 19 LayoutTable {TABLE} at (0,36) size 150x20 [bgcolor=#FFCCCC]
20 LayoutTableCol {COLGROUP} at (0,0) size 0x0 20 LayoutTableCol {COLGROUP} at (0,0) size 0x0
21 LayoutTableCol {COL} at (0,0) size 0x0 21 LayoutTableCol {COL} at (0,0) size 0x0
22 LayoutTableCol {COL} at (0,0) size 0x0 22 LayoutTableCol {COL} at (0,0) size 0x0
23 LayoutTableSection {TBODY} at (0,0) size 150x20 23 LayoutTableSection {TBODY} at (0,0) size 150x20
24 LayoutTableRow {TR} at (0,0) size 150x20 24 LayoutTableRow {TR} at (0,0) size 150x20
25 LayoutTableCell {TD} at (0,0) size 150x20 [r=0 c=0 rs=1 cs=2] 25 LayoutTableCell {TD} at (0,0) size 150x20 [r=0 c=0 rs=1 cs=2]
26 LayoutText {#text} at (0,0) size 104x19 26 LayoutText {#text} at (0,0) size 104x19
27 text run at (0,0) width 104: "Incorrect Display" 27 text run at (0,0) width 104: "Incorrect Display"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698