[wpt-sync] Sync PR 32464 - [tables] Change rowspan distribution to match FF & EdgeHTML.
Categories
(Core :: Layout: Tables, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox98 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 32464 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/32464
Details from upstream follow.
Ian Kilpatrick <ikilpatrick@chromium.org> wrote:
[tables] Change rowspan distribution to match FF & EdgeHTML.
When we have only empty rows, and performing rowspan distribution,
distribute all the block-size to the last row.Otherwise fallback to the standard distribution (proportional to the
non-empty sizes).This behaviour is simpler, and matches FF & EdgeHTML.
Change-Id: Iff1f9efe7d3ed87b69c44ec2233d7f4f34eedf9e
Reviewed-on: https://chromium-review.googlesource.com/3392777
WPT-Export-Revision: f4e8a83e6a03d2dcf5489bcd7a9c9c9f3f00fe5f
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Assignee | ||
Comment 3•4 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 4 subtests
Status Summary
Firefox
OK : 1
PASS: 4
Chrome
OK : 1
PASS: 3
FAIL: 1
Safari
OK : 1
FAIL: 4
Links
Comment 4•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/5cb2b8ae761a
https://hg.mozilla.org/mozilla-central/rev/82789576c5e6
Description
•