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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/platform/linux/fast/table/012-expected.txt
diff --git a/LayoutTests/platform/linux/fast/table/012-expected.txt b/LayoutTests/platform/linux/fast/table/012-expected.txt
index a864be33c0599661d252c6191cbc440fab73342f..245a2fe61000fb6558df496c1f5a108e7dfb06f0 100644
--- a/LayoutTests/platform/linux/fast/table/012-expected.txt
+++ b/LayoutTests/platform/linux/fast/table/012-expected.txt
@@ -9,7 +9,7 @@ layer at (0,0) size 800x600
LayoutTable {TABLE} at (0,20) size 784x100
LayoutTableSection {TBODY} at (0,0) size 784x100
LayoutTableRow {TR} at (0,0) size 784x100
- LayoutTableCell {TD} at (0,50) size 0x0 [r=0 c=0 rs=1 cs=1]
+ LayoutTableCell {TD} at (0,50) size 784x0 [r=0 c=0 rs=1 cs=1]
LayoutBlockFlow (anonymous) at (0,120) size 784x20
LayoutText {#text} at (0,0) size 302x19
text run at (0,0) width 302: "This text is 100 pixels lower than the previous line."

Powered by Google App Engine
This is Rietveld 408576698