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

Unified Diff: LayoutTests/platform/linux/tables/mozilla/bugs/bug16012-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/tables/mozilla/bugs/bug16012-expected.txt
diff --git a/LayoutTests/platform/linux/tables/mozilla/bugs/bug16012-expected.txt b/LayoutTests/platform/linux/tables/mozilla/bugs/bug16012-expected.txt
index 046ba9f703c31f8569764324cf1de69ef23865ec..046e6def12eff9695c269d1406f6727f6f25a761 100644
--- a/LayoutTests/platform/linux/tables/mozilla/bugs/bug16012-expected.txt
+++ b/LayoutTests/platform/linux/tables/mozilla/bugs/bug16012-expected.txt
@@ -8,12 +8,12 @@ layer at (0,0) size 800x600
text run at (0,0) width 247: "Tables: both lines should be 1 pixel thick."
LayoutBR {BR} at (247,15) size 0x0
LayoutBR {BR} at (0,20) size 0x19
- LayoutTable {TABLE} at (0,40) size 37x5
- LayoutTableSection {TBODY} at (0,0) size 37x5
- LayoutTableRow {TR} at (0,2) size 37x1
- LayoutTableCell {TD} at (2,2) size 31x1 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
+ LayoutTable {TABLE} at (0,40) size 36x5
+ LayoutTableSection {TBODY} at (0,0) size 36x5
+ LayoutTableRow {TR} at (0,2) size 36x1
+ LayoutTableCell {TD} at (2,2) size 30x1 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
LayoutImage {IMG} at (0,0) size 30x1
- LayoutTableCell {TD} at (35,2) size 0x0 [r=0 c=1 rs=1 cs=1]
+ LayoutTableCell {TD} at (34,2) size 0x0 [r=0 c=1 rs=1 cs=1]
LayoutBlockFlow (anonymous) at (0,45) size 784x20
LayoutBR {BR} at (0,0) size 0x19
LayoutTable {TABLE} at (0,65) size 34x5

Powered by Google App Engine
This is Rietveld 408576698