[TablesNG] Fix empty section border spacing
Borders spacing for empty border sections was not being handled correctly. Failing tests included: external/wpt/css/css-tables/bounding-box-computation-3.html fast/table/anonymous-table-section-removed.html fast/table/multiple-captions-display.xhtml The correct behaviour is: - empty sections do contribute to border spacing - sections are empty if they have no children. This is non-intuitive: abspos child, or an empty row still make section non-empty. This matches empty criteria for table cell when computing baseline. Bug: 958381 Change-Id: Ib960a54794897ef346bfc26821efe26fb33a853f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2578696 Commit-Queue: Aleks Totic <atotic@chromium.org> Reviewed-by:Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#834884}
Showing
Please register or sign in to comment