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

Unified Diff: LayoutTests/platform/linux/fast/css/percentage-non-integer-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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/platform/linux/fast/css/percentage-non-integer-expected.txt
diff --git a/LayoutTests/platform/linux/fast/css/percentage-non-integer-expected.txt b/LayoutTests/platform/linux/fast/css/percentage-non-integer-expected.txt
index a7ed2b75edce61feac1fef5772f12f42bcf28b0a..7fe3abdd7a2b435703654027f54ec1e1afbbf515 100644
--- a/LayoutTests/platform/linux/fast/css/percentage-non-integer-expected.txt
+++ b/LayoutTests/platform/linux/fast/css/percentage-non-integer-expected.txt
@@ -58,10 +58,10 @@ layer at (0,0) size 800x600
LayoutBR {BR} at (0,0) size 0x19
layer at (8,128) size 784x0
LayoutBlockFlow (relative positioned) {DIV} at (0,120) size 784x0
-layer at (8,128) size 293x20
- LayoutTable (positioned) {TABLE} at (0,0) size 293x20
- LayoutTableSection {TBODY} at (0,0) size 293x20
- LayoutTableRow {TR} at (0,0) size 293x20
+layer at (8,128) size 292x20
+ LayoutTable (positioned) {TABLE} at (0,0) size 292x20
+ LayoutTableSection {TBODY} at (0,0) size 292x20
+ LayoutTableRow {TR} at (0,0) size 292x20
LayoutTableCell {TD} at (0,10) size 11x0 [bgcolor=#00FF00] [r=0 c=0 rs=1 cs=1]
LayoutTableCell {TD} at (11,10) size 10x0 [bgcolor=#000000] [r=0 c=1 rs=1 cs=1]
LayoutTableCell {TD} at (21,10) size 13x0 [bgcolor=#00FF00] [r=0 c=2 rs=1 cs=1]
@@ -80,8 +80,8 @@ layer at (8,128) size 293x20
LayoutTableCell {TD} at (215,10) size 10x0 [bgcolor=#000000] [r=0 c=15 rs=1 cs=1]
LayoutTableCell {TD} at (225,10) size 27x0 [bgcolor=#00FF00] [r=0 c=16 rs=1 cs=1]
LayoutTableCell {TD} at (252,10) size 10x0 [bgcolor=#000000] [r=0 c=17 rs=1 cs=1]
- LayoutTableCell {TD} at (262,10) size 31x0 [bgcolor=#00FF00] [r=0 c=18 rs=1 cs=1]
- LayoutTableCell {TD} at (293,10) size 0x0 [r=0 c=19 rs=1 cs=1]
+ LayoutTableCell {TD} at (262,10) size 30x0 [bgcolor=#00FF00] [r=0 c=18 rs=1 cs=1]
+ LayoutTableCell {TD} at (292,10) size 0x0 [r=0 c=19 rs=1 cs=1]
layer at (8,128) size 1000x20 backgroundClip at (0,0) size 800x600 clip at (0,0) size 800x600 outlineClip at (0,0) size 800x600
LayoutTable (positioned) {TABLE} at (0,0) size 1000x20
LayoutTableSection {TBODY} at (0,0) size 1000x20

Powered by Google App Engine
This is Rietveld 408576698