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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/fast/table/empty-cells-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/fast/table/empty-cells-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/table/empty-cells-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/table/empty-cells-expected.txt
index 4d62a8900827a12f8dfa362462b769936c647156..416f957e55efcea9658d0b813670a1b5be452707 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/table/empty-cells-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/table/empty-cells-expected.txt
@@ -161,8 +161,8 @@ layer at (0,0) size 785x776 backgroundClip at (0,0) size 785x600 clip at (0,0) s
LayoutTable {TABLE} at (0,620) size 785x54 [border: (2px solid #000000)]
LayoutTableSection {TBODY} at (2,2) size 781x50
LayoutTableRow {TR} at (0,0) size 781x25
- LayoutTableCell {TD} at (0,12) size 195x0 [r=0 c=0 rs=1 cs=1]
- LayoutTableCell {TD} at (195,12) size 196x0 [r=0 c=1 rs=1 cs=1]
+ LayoutTableCell {TD} at (0,12) size 196x0 [r=0 c=0 rs=1 cs=1]
+ LayoutTableCell {TD} at (196,12) size 195x0 [r=0 c=1 rs=1 cs=1]
LayoutTableCell {TD} at (391,2) size 390x20 [bgcolor=#FF0000] [r=0 c=2 rs=1 cs=1]
LayoutText {#text} at (0,0) size 223x19
text run at (0,0) width 223: "First row, first and second cell empty"
@@ -174,8 +174,8 @@ layer at (0,0) size 785x776 backgroundClip at (0,0) size 785x600 clip at (0,0) s
LayoutTable {TABLE} at (0,674) size 785x54 [border: (2px solid #000000)]
LayoutTableSection {TBODY} at (2,2) size 781x50
LayoutTableRow {TR} at (0,0) size 781x25
- LayoutTableCell {TD} at (0,12) size 391x0 [r=0 c=0 rs=1 cs=1]
- LayoutTableCell {TD} at (391,12) size 0x0 [r=0 c=1 rs=1 cs=1]
+ LayoutTableCell {TD} at (0,12) size 191x0 [r=0 c=0 rs=1 cs=1]
+ LayoutTableCell {TD} at (191,12) size 200x0 [r=0 c=1 rs=1 cs=1]
LayoutTableCell {TD} at (391,2) size 390x20 [bgcolor=#FF0000] [r=0 c=2 rs=1 cs=1]
LayoutText {#text} at (0,0) size 223x19
text run at (0,0) width 223: "First row, first and second cell empty"

Powered by Google App Engine
This is Rietveld 408576698