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

Unified Diff: LayoutTests/platform/linux/tables/mozilla/bugs/bug1188-expected.txt

Issue 1177653002: Revert "Don't add artifical 1 pixel width to empty tables" (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/tables/mozilla/bugs/bug1188-expected.txt
diff --git a/LayoutTests/platform/linux/tables/mozilla/bugs/bug1188-expected.txt b/LayoutTests/platform/linux/tables/mozilla/bugs/bug1188-expected.txt
index e51a43130bb3bed51e14ddda3b1092d25c069fbc..8ffc52aa49ff6da3d65ff121284937631d033a55 100644
--- a/LayoutTests/platform/linux/tables/mozilla/bugs/bug1188-expected.txt
+++ b/LayoutTests/platform/linux/tables/mozilla/bugs/bug1188-expected.txt
@@ -132,9 +132,9 @@ layer at (0,0) size 800x600
LayoutText {#text} at (0,0) size 0x0
LayoutTableRow {TR} at (0,180) size 600x3
LayoutTableCell {TD} at (2,180) size 596x3 [bgcolor=#99CCCC] [r=4 c=0 rs=1 cs=4]
- LayoutTable {TABLE} at (1,1) size 0x1
- LayoutTableSection {TBODY} at (0,0) size 0x1
- LayoutTableRow {TR} at (0,0) size 0x1
+ LayoutTable {TABLE} at (1,1) size 1x1
+ LayoutTableSection {TBODY} at (0,0) size 1x1
+ LayoutTableRow {TR} at (0,0) size 1x1
LayoutTableCell {TD} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
layer at (280,77) size 210x16
LayoutBlockFlow {DIV} at (2,3) size 210x16

Powered by Google App Engine
This is Rietveld 408576698