[wpt-sync] Sync PR 33648 - [TableFragmentation] Support early breaks inside table layout.
Categories
(Core :: Layout, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox102 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Depends on 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 33648 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/33648
Details from upstream follow.
Ian Kilpatrick <ikilpatrick@chromium.org> wrote:
[TableFragmentation] Support early breaks inside table layout.
This supports earlier breaks (and nested earlier breaks) within the
table layout algorithm.
Additionally it makes the section consume the remaining fragmentainer
space when we have a before or earlier break.Bug: 1078927
Change-Id: I1573b0a78b444ddbeb7652cf9bc99d5bdc0b7aceReviewed-on: https://chromium-review.googlesource.com/3585797
WPT-Export-Revision: f91cb42f4f0466b56d2d4129d20bb9639e235a80
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 4 tests
Status Summary
Firefox
FAIL: 4
Chrome
FAIL: 4
Safari
FAIL: 4
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/css/css-break/table/break-avoidance-004.html: FAIL (Chrome: FAIL, Safari: FAIL)
/css/css-break/table/break-avoidance-005.html: FAIL (Chrome: FAIL, Safari: FAIL)
/css/css-break/table/break-avoidance-006.html: FAIL (Chrome: FAIL, Safari: FAIL)
/css/css-break/table/break-before-expansion-002.html: FAIL (Chrome: FAIL, Safari: FAIL)
https://hg.mozilla.org/mozilla-central/rev/c7251a5d5203
https://hg.mozilla.org/mozilla-central/rev/09d0a7c11d74
Description
•