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

Unified Diff: LayoutTests/fast/table/table-insert-before-non-anonymous-block-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/fast/table/table-insert-before-non-anonymous-block-expected.txt
diff --git a/LayoutTests/fast/table/table-insert-before-non-anonymous-block-expected.txt b/LayoutTests/fast/table/table-insert-before-non-anonymous-block-expected.txt
index bc918b9a6bbc961d8bc0e2417c40e1c5f1c03bd8..ae0a588ef6037341b02392a9c5ca333f95098a23 100644
--- a/LayoutTests/fast/table/table-insert-before-non-anonymous-block-expected.txt
+++ b/LayoutTests/fast/table/table-insert-before-non-anonymous-block-expected.txt
@@ -39,13 +39,13 @@ layer at (0,0) size 800x466
LayoutTableCell {DIV} at (0,0) size 50x0 [bgcolor=#0000FF] [r=0 c=0 rs=1 cs=1]
LayoutTableCell {DIV} at (50,0) size 50x0 [bgcolor=#0000FF] [r=0 c=1 rs=1 cs=1]
LayoutTableCol {DIV} at (0,0) size 0x0
- LayoutTable {DIV} at (0,300) size 101x50
- LayoutTableSection (anonymous) at (0,0) size 101x50
- LayoutTableRow (anonymous) at (0,0) size 101x50
+ LayoutTable {DIV} at (0,300) size 100x50
+ LayoutTableSection (anonymous) at (0,0) size 100x50
+ LayoutTableRow (anonymous) at (0,0) size 100x50
LayoutTableCell {DIV} at (0,0) size 50x0 [bgcolor=#0000FF] [r=0 c=0 rs=1 cs=1]
LayoutTableCell {DIV} at (50,0) size 50x0 [bgcolor=#0000FF] [r=0 c=1 rs=1 cs=1]
- LayoutTableCell (anonymous) at (100,0) size 1x0 [r=0 c=2 rs=1 cs=1]
- LayoutBlockFlow {DIV} at (0,0) size 1x0
+ LayoutTableCell (anonymous) at (100,0) size 0x0 [r=0 c=2 rs=1 cs=1]
+ LayoutBlockFlow {DIV} at (0,0) size 0x0
LayoutTable {DIV} at (0,350) size 100x100
LayoutTableSection (anonymous) at (0,0) size 100x100
LayoutTableRow (anonymous) at (0,0) size 100x100

Powered by Google App Engine
This is Rietveld 408576698