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

Unified Diff: LayoutTests/platform/linux/fast/block/positioning/negative-right-pos-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/block/positioning/negative-right-pos-expected.txt
diff --git a/LayoutTests/platform/linux/fast/block/positioning/negative-right-pos-expected.txt b/LayoutTests/platform/linux/fast/block/positioning/negative-right-pos-expected.txt
index 6212936a994212a04efef41e34ba368ab7459ca3..dbf2f2a95169fd9e7a464a7f461dbb25cad96ff9 100644
--- a/LayoutTests/platform/linux/fast/block/positioning/negative-right-pos-expected.txt
+++ b/LayoutTests/platform/linux/fast/block/positioning/negative-right-pos-expected.txt
@@ -11,6 +11,6 @@ layer at (8,28) size 300x400
LayoutTable (floating) {TABLE} at (0,0) size 250x400 [bgcolor=#008000]
LayoutTableSection {TBODY} at (0,0) size 250x400
LayoutTableRow {TR} at (0,0) size 250x400
- LayoutTableCell {TD} at (0,200) size 0x0 [r=0 c=0 rs=1 cs=1]
+ LayoutTableCell {TD} at (0,200) size 250x0 [r=0 c=0 rs=1 cs=1]
layer at (258,28) size 200x400
LayoutBlockFlow (positioned) {DIV} at (250,0) size 200x400 [bgcolor=#008000]

Powered by Google App Engine
This is Rietveld 408576698