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

Unified Diff: LayoutTests/fast/table/auto-100-percent-width-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/fast/table/auto-100-percent-width-expected.txt
diff --git a/LayoutTests/fast/table/auto-100-percent-width-expected.txt b/LayoutTests/fast/table/auto-100-percent-width-expected.txt
index ce89162b0e222372d83bd82b4035b46ff50810b6..f0123b9b6ff3c48c247081dc1f68e12403594ca6 100644
--- a/LayoutTests/fast/table/auto-100-percent-width-expected.txt
+++ b/LayoutTests/fast/table/auto-100-percent-width-expected.txt
@@ -8,5 +8,5 @@ layer at (70,40) size 480x540
LayoutTable {TABLE} at (0,0) size 480x540
LayoutTableSection {TBODY} at (0,0) size 480x540
LayoutTableRow {TR} at (0,0) size 480x540
- LayoutTableCell {TD} at (0,269) size 479x2 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
- LayoutTableCell {TD} at (479,270) size 1x0 [bgcolor=#FF0000] [r=0 c=1 rs=1 cs=1]
+ LayoutTableCell {TD} at (0,269) size 480x2 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
+ LayoutTableCell {TD} at (480,270) size 0x0 [bgcolor=#FF0000] [r=0 c=1 rs=1 cs=1]

Powered by Google App Engine
This is Rietveld 408576698