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

Unified Diff: LayoutTests/tables/mozilla/bugs/bug1818-6-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, 7 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/tables/mozilla/bugs/bug1818-6-expected.txt
diff --git a/LayoutTests/tables/mozilla/bugs/bug1818-6-expected.txt b/LayoutTests/tables/mozilla/bugs/bug1818-6-expected.txt
index 68548a157f01a417de2aef727bcd138e28f40cb1..65dac531b9116e561e89194005fcc131eb8579b7 100644
--- a/LayoutTests/tables/mozilla/bugs/bug1818-6-expected.txt
+++ b/LayoutTests/tables/mozilla/bugs/bug1818-6-expected.txt
@@ -6,6 +6,6 @@ layer at (0,0) size 800x600
LayoutTable {TABLE} at (0,0) size 784x0
LayoutTableSection {TBODY} at (0,0) size 784x0
LayoutTableRow {TR} at (0,0) size 784x0
- LayoutTableCell {TD} at (0,0) size 400x0 [bgcolor=#0000CC] [r=0 c=0 rs=1 cs=1]
- LayoutTableCell {TD} at (400,0) size 6x0 [bgcolor=#00CC00] [r=0 c=1 rs=1 cs=1]
- LayoutTableCell {TD} at (406,0) size 378x0 [bgcolor=#CC0000] [r=0 c=2 rs=1 cs=1]
+ LayoutTableCell {TD} at (0,0) size 772x0 [bgcolor=#0000CC] [r=0 c=0 rs=1 cs=1]
+ LayoutTableCell {TD} at (772,0) size 12x0 [bgcolor=#00CC00] [r=0 c=1 rs=1 cs=1]
+ LayoutTableCell {TD} at (784,0) size 0x0 [bgcolor=#CC0000] [r=0 c=2 rs=1 cs=1]

Powered by Google App Engine
This is Rietveld 408576698