| Index: Source/core/layout/LayoutTableSection.cpp
|
| diff --git a/Source/core/layout/LayoutTableSection.cpp b/Source/core/layout/LayoutTableSection.cpp
|
| index 34c709e8ef2d19ebda472fe4f9cfa77750ce14db..3a1e4210db4b0e5236468d7d51ccc3520fbe89db 100644
|
| --- a/Source/core/layout/LayoutTableSection.cpp
|
| +++ b/Source/core/layout/LayoutTableSection.cpp
|
| @@ -997,7 +997,7 @@ void LayoutTableSection::layoutRows()
|
| || (!table()->style()->logicalHeight().isAuto() && rHeight != cell->logicalHeight());
|
|
|
| for (LayoutObject* child = cell->firstChild(); child; child = child->nextSibling()) {
|
| - if (!child->isText() && child->style()->logicalHeight().hasPercent()
|
| + if (child->style()->logicalHeight().hasPercent()
|
| && (flexAllChildren || shouldFlexCellChild(child))
|
| && (!child->isTable() || toLayoutTable(child)->hasSections())) {
|
| cellChildrenFlex = true;
|
|
|