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

Unified Diff: LayoutTests/fast/table/table-cell-split-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-cell-split-expected.txt
diff --git a/LayoutTests/fast/table/table-cell-split-expected.txt b/LayoutTests/fast/table/table-cell-split-expected.txt
index fd5fee831cee104dce87a15feb9f47c361576ade..e5fa8667221c52f6672b5fe892078fdc034ea744 100644
--- a/LayoutTests/fast/table/table-cell-split-expected.txt
+++ b/LayoutTests/fast/table/table-cell-split-expected.txt
@@ -4,12 +4,12 @@ layer at (0,0) size 800x16
LayoutBlockFlow {HTML} at (0,0) size 800x16
LayoutBlockFlow {BODY} at (8,8) size 784x0
LayoutBlockFlow {DIV} at (0,0) size 784x0
- LayoutTable (anonymous) at (0,0) size 1x0
- LayoutTableSection (anonymous) at (0,0) size 1x0
- LayoutTableRow (anonymous) at (0,0) size 1x0
+ LayoutTable (anonymous) at (0,0) size 0x0
+ LayoutTableSection (anonymous) at (0,0) size 0x0
+ LayoutTableRow (anonymous) at (0,0) size 0x0
LayoutTableCell {TD} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
LayoutBlockFlow {DIV} at (0,0) size 784x0
- LayoutTable (anonymous) at (0,0) size 1x0
- LayoutTableSection (anonymous) at (0,0) size 1x0
- LayoutTableRow (anonymous) at (0,0) size 1x0
+ LayoutTable (anonymous) at (0,0) size 0x0
+ LayoutTableSection (anonymous) at (0,0) size 0x0
+ LayoutTableRow (anonymous) at (0,0) size 0x0
LayoutTableCell {TD} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]

Powered by Google App Engine
This is Rietveld 408576698