-
- Downloads
Bug 1819266: Ensure block-direction collapsed border does not extend beyond its row. r=dholbert
If `border-collapse` is set and `border` is set for `td` but there's an empty `tr`, the collapsed border was pushed out wrongly by the empty `tr`. Columns borders cannot collapse like row borders as you can't define an empty column without defining a cell. Differential Revision: https://phabricator.services.mozilla.com/D173031
Showing
- layout/tables/nsTableFrame.cpp 16 additions, 0 deletionslayout/tables/nsTableFrame.cpp
- testing/web-platform/tests/css/CSS2/tables/border-collapse-empty-row-ref.html 69 additions, 0 deletions.../tests/css/CSS2/tables/border-collapse-empty-row-ref.html
- testing/web-platform/tests/css/CSS2/tables/border-collapse-empty-row.html 93 additions, 0 deletions...form/tests/css/CSS2/tables/border-collapse-empty-row.html
Loading
Please register or sign in to comment