Searched refs:isCSSTable (Results 1 – 1 of 1) sorted by relevance
334 bool isCSSTable = !node() || !isHTMLTableElement(node()); in convertStyleLogicalWidthToComputedWidth() local335 …if (isCSSTable && styleLogicalWidth.isSpecified() && styleLogicalWidth.isPositive() && style()->bo… in convertStyleLogicalWidthToComputedWidth()