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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/tables/mozilla/bugs/bug100334-expected.txt

Issue 1361693002: Fix behaviour of empty cells in tables with colspans (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated Created 5 years, 2 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: third_party/WebKit/LayoutTests/platform/linux/tables/mozilla/bugs/bug100334-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/tables/mozilla/bugs/bug100334-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/tables/mozilla/bugs/bug100334-expected.txt
index edd789775fbc409c01d1daedd697ba4b54fc7eff..c847eaeac22575894c7595cf278995f8a5bdf850 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/tables/mozilla/bugs/bug100334-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/tables/mozilla/bugs/bug100334-expected.txt
@@ -13,8 +13,8 @@ layer at (0,0) size 800x600
LayoutText {#text} at (0,0) size 96x19
text run at (0,0) width 96: "Correct Display"
LayoutTableRow {TR} at (0,20) size 150x0
- LayoutTableCell {TD} at (0,20) size 150x0 [r=1 c=0 rs=1 cs=1]
- LayoutTableCell {TD} at (150,20) size 0x0 [r=1 c=1 rs=1 cs=1]
+ LayoutTableCell {TD} at (0,20) size 102x0 [r=1 c=0 rs=1 cs=1]
+ LayoutTableCell {TD} at (102,20) size 48x0 [r=1 c=1 rs=1 cs=1]
LayoutBlockFlow {P} at (0,36) size 784x0
LayoutTable {TABLE} at (0,36) size 150x20 [bgcolor=#FFCCCC]
LayoutTableCol {COLGROUP} at (0,0) size 0x0

Powered by Google App Engine
This is Rietveld 408576698