Index: Source/core/rendering/AutoTableLayout.cpp |
diff --git a/Source/core/rendering/AutoTableLayout.cpp b/Source/core/rendering/AutoTableLayout.cpp |
index 2c290c68fb1c95350ffcc691d330998ed13a4263..cc84208932a273ebdf58965c877603088cc242a0 100644 |
--- a/Source/core/rendering/AutoTableLayout.cpp |
+++ b/Source/core/rendering/AutoTableLayout.cpp |
@@ -65,7 +65,7 @@ void AutoTableLayout::recalcColumn(unsigned effCol) |
if (current.inColSpan || !cell) |
continue; |
- bool cellHasContent = cell->children()->firstChild() || cell->style()->hasBorder() || cell->style()->hasPadding(); |
+ bool cellHasContent = cell->children()->firstChild() || cell->style()->hasBorder() || cell->style()->hasPadding() || cell->style()->hasBackground(); |
if (cellHasContent) |
columnLayout.emptyCellsOnly = false; |