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

Unified Diff: LayoutTests/css2.1/20110323/abspos-containing-block-initial-004f-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/css2.1/20110323/abspos-containing-block-initial-004f-expected.txt
diff --git a/LayoutTests/css2.1/20110323/abspos-containing-block-initial-004f-expected.txt b/LayoutTests/css2.1/20110323/abspos-containing-block-initial-004f-expected.txt
index a1992351c1799c627fbb73ee79565566b4630d67..9d4f104d25c6b83ad5af3d2c57f6d34e35735361 100644
--- a/LayoutTests/css2.1/20110323/abspos-containing-block-initial-004f-expected.txt
+++ b/LayoutTests/css2.1/20110323/abspos-containing-block-initial-004f-expected.txt
@@ -1,9 +1,9 @@
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
-layer at (0,0) size 1x0
- LayoutTable {HTML} at (0,0) size 1x0
- LayoutTableSection (anonymous) at (0,0) size 1x0
- LayoutTableRow (anonymous) at (0,0) size 1x0
- LayoutTableCell (anonymous) at (0,0) size 1x0 [r=0 c=0 rs=1 cs=1]
+layer at (0,0) size 0x0
+ LayoutTable {HTML} at (0,0) size 0x0
+ LayoutTableSection (anonymous) at (0,0) size 0x0
+ LayoutTableRow (anonymous) at (0,0) size 0x0
+ LayoutTableCell (anonymous) at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
layer at (100,100) size 120x120
LayoutBlockFlow (positioned) {BODY} at (100,100) size 120x120 [bgcolor=#FFFF00] [border: (10px solid #000000)]

Powered by Google App Engine
This is Rietveld 408576698