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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/platform/linux/tables/mozilla/bugs/bug100334-expected.txt
diff --git a/LayoutTests/platform/linux/tables/mozilla/bugs/bug100334-expected.txt b/LayoutTests/platform/linux/tables/mozilla/bugs/bug100334-expected.txt
index 71d73a36f693aa57567db3e81a9a8d6382cf92d3..edd789775fbc409c01d1daedd697ba4b54fc7eff 100644
--- a/LayoutTests/platform/linux/tables/mozilla/bugs/bug100334-expected.txt
+++ b/LayoutTests/platform/linux/tables/mozilla/bugs/bug100334-expected.txt
@@ -13,8 +13,8 @@ layer at (0,0) size 800x600
LayoutText {#text} at (0,0) size 96x19
text run at (0,0) width 96: "Correct Display"
LayoutTableRow {TR} at (0,20) size 150x0
- LayoutTableCell {TD} at (0,20) size 126x0 [r=1 c=0 rs=1 cs=1]
- LayoutTableCell {TD} at (126,20) size 24x0 [r=1 c=1 rs=1 cs=1]
+ LayoutTableCell {TD} at (0,20) size 150x0 [r=1 c=0 rs=1 cs=1]
+ LayoutTableCell {TD} at (150,20) size 0x0 [r=1 c=1 rs=1 cs=1]
LayoutBlockFlow {P} at (0,36) size 784x0
LayoutTable {TABLE} at (0,36) size 150x20 [bgcolor=#FFCCCC]
LayoutTableCol {COLGROUP} at (0,0) size 0x0

Powered by Google App Engine
This is Rietveld 408576698