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

Unified Diff: LayoutTests/platform/linux/tables/mozilla/bugs/bug3037-1-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/bug3037-1-expected.txt
diff --git a/LayoutTests/platform/linux/tables/mozilla/bugs/bug3037-1-expected.txt b/LayoutTests/platform/linux/tables/mozilla/bugs/bug3037-1-expected.txt
index a21ba5187c7b5aa3675eb460601754085fc10765..fb395a7064bc805d4d8efd3b51a3e8db2a79ab48 100644
--- a/LayoutTests/platform/linux/tables/mozilla/bugs/bug3037-1-expected.txt
+++ b/LayoutTests/platform/linux/tables/mozilla/bugs/bug3037-1-expected.txt
@@ -15,9 +15,9 @@ layer at (0,0) size 800x600
LayoutInline {XUL:TOOLBAR} at (0,0) size 0x0
LayoutText {#text} at (0,0) size 0x0
LayoutBlockFlow (anonymous) at (0,0) size 784x20
- LayoutTable (anonymous) at (0,0) size 33x20
- LayoutTableSection (anonymous) at (0,0) size 33x20
- LayoutTableRow (anonymous) at (0,0) size 33x20
+ LayoutTable (anonymous) at (0,0) size 32x20
+ LayoutTableSection (anonymous) at (0,0) size 32x20
+ LayoutTableRow (anonymous) at (0,0) size 32x20
LayoutTableCell {HTML:SPAN} at (0,0) size 32x20 [r=0 c=0 rs=1 cs=1]
LayoutInline {HTML:BUTTON} at (0,0) size 32x19 [bgcolor=#C0C0C0]
LayoutText {#text} at (0,0) size 0x0
@@ -26,7 +26,7 @@ layer at (0,0) size 800x600
LayoutText {#text} at (0,0) size 32x19
text run at (0,0) width 32: "Back"
LayoutText {#text} at (0,0) size 0x0
- LayoutTableCell {HTML:SPAN} at (32,0) size 1x0 [r=0 c=1 rs=1 cs=1]
+ LayoutTableCell {HTML:SPAN} at (32,0) size 0x0 [r=0 c=1 rs=1 cs=1]
LayoutInline {HTML:INPUT} at (0,0) size 0x0
LayoutText {#text} at (0,0) size 0x0
LayoutBlockFlow (anonymous) at (0,20) size 784x0

Powered by Google App Engine
This is Rietveld 408576698