[wpt-sync] Sync PR 50215 - layout: Fix table geometry when collapsed borders have different sizes
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 50215 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/50215
Details from upstream follow.
Oriol Brufau <obrufau@igalia.com> wrote:
layout: Fix table geometry when collapsed borders have different sizes
Even though when painting the collapsed borders we were using the right size, when sizing the table we were treating cells as having a border of half the maximum border size along the entire grid line.
Now we only take the maximum among the borders adjacent to the cell.
<!-- Please describe your changes on the following line: -->
Reviewed in servo/servo#35122
Assignee | ||
Updated•1 month ago
|
Assignee | ||
Comment 1•1 month ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=30aa4262cf04fc706f5080154d70beb4d4c396bc
Assignee | ||
Comment 2•1 month ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, and Chrome on GitHub CI
Total 1 tests
Status Summary
Firefox
PASS
: 1
Chrome
PASS
: 1
Links
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/a30233003160 [wpt PR 50215] - layout: Fix table geometry when collapsed borders have different sizes, a=testonly
Comment 4•25 days ago
|
||
bugherder |
Description
•