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

Side by Side Diff: LayoutTests/platform/linux/fast/table/012-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 LayoutBlockFlow (anonymous) at (0,0) size 784x20 6 LayoutBlockFlow (anonymous) at (0,0) size 784x20
7 LayoutText {#text} at (0,0) size 27x19 7 LayoutText {#text} at (0,0) size 27x19
8 text run at (0,0) width 27: "Text" 8 text run at (0,0) width 27: "Text"
9 LayoutTable {TABLE} at (0,20) size 784x100 9 LayoutTable {TABLE} at (0,20) size 784x100
10 LayoutTableSection {TBODY} at (0,0) size 784x100 10 LayoutTableSection {TBODY} at (0,0) size 784x100
11 LayoutTableRow {TR} at (0,0) size 784x100 11 LayoutTableRow {TR} at (0,0) size 784x100
12 LayoutTableCell {TD} at (0,50) size 0x0 [r=0 c=0 rs=1 cs=1] 12 LayoutTableCell {TD} at (0,50) size 784x0 [r=0 c=0 rs=1 cs=1]
13 LayoutBlockFlow (anonymous) at (0,120) size 784x20 13 LayoutBlockFlow (anonymous) at (0,120) size 784x20
14 LayoutText {#text} at (0,0) size 302x19 14 LayoutText {#text} at (0,0) size 302x19
15 text run at (0,0) width 302: "This text is 100 pixels lower than the p revious line." 15 text run at (0,0) width 302: "This text is 100 pixels lower than the p revious line."
16 LayoutTable {TABLE} at (0,140) size 784x100 16 LayoutTable {TABLE} at (0,140) size 784x100
17 LayoutTableSection {TBODY} at (0,0) size 784x100 17 LayoutTableSection {TBODY} at (0,0) size 784x100
18 LayoutTableRow {TR} at (0,0) size 784x100 18 LayoutTableRow {TR} at (0,0) size 784x100
19 LayoutBlockFlow (anonymous) at (0,240) size 784x20 19 LayoutBlockFlow (anonymous) at (0,240) size 784x20
20 LayoutText {#text} at (0,0) size 302x19 20 LayoutText {#text} at (0,0) size 302x19
21 text run at (0,0) width 302: "This text is 100 pixels lower than the p revious line." 21 text run at (0,0) width 302: "This text is 100 pixels lower than the p revious line."
22 LayoutTable {TABLE} at (0,260) size 784x0 22 LayoutTable {TABLE} at (0,260) size 784x0
23 LayoutBlockFlow (anonymous) at (0,260) size 784x20 23 LayoutBlockFlow (anonymous) at (0,260) size 784x20
24 LayoutText {#text} at (0,0) size 293x19 24 LayoutText {#text} at (0,0) size 293x19
25 text run at (0,0) width 293: "No space between this line and the previ ous line." 25 text run at (0,0) width 293: "No space between this line and the previ ous line."
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698