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

Unified Diff: LayoutTests/platform/linux/fast/table/empty-cells-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, 9 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/fast/table/empty-cells-expected.txt
diff --git a/LayoutTests/platform/linux/fast/table/empty-cells-expected.txt b/LayoutTests/platform/linux/fast/table/empty-cells-expected.txt
index e9646efb690d21b830c468986e5ae7bc1049d2c5..212272f7d6fc82bfe9ba7d817deae42f168d82e0 100644
--- a/LayoutTests/platform/linux/fast/table/empty-cells-expected.txt
+++ b/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 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 (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 (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 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 390x0 [r=0 c=0 rs=1 cs=1]
+ LayoutTableCell {TD} at (390,12) size 1x0 [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