[wpt-sync] Sync PR 35497 - Support early-breaks inside table captions.
Categories
(Core :: Layout, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox106 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 35497 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/35497
Details from upstream follow.
Morten Stenshorne <mstensho@chromium.org> wrote:
Support early-breaks inside table captions.
We already had support for passing early-breaks into table sections, but
were omitting them for table captions. This caused an infinite
recursion, because we'd re-layout the table with an early-break set, but
ended up ignoring it, and we'd get to the same point in the code where
we decided to relayout with an early-break in the first place.Bug: 1353558
Change-Id: Ica8d97d65872a2002ad56c3774fae293a2b1df28
Reviewed-on: https://chromium-review.googlesource.com/3834454
WPT-Export-Revision: 6cb536459eda764b00e8ba733c638db5ae3afde4
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests
Status Summary
Firefox
PASS: 1
FAIL: 1
Chrome
PASS: 1
FAIL: 1
Safari
PASS: 1
FAIL: 1
Links
Details
New Tests That Don't Pass
- /css/css-break/table/break-avoidance-007.html [wpt.fyi]:
FAIL(Chrome:FAIL, Safari:FAIL)
Comment 4•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/6f4567d6ec98
https://hg.mozilla.org/mozilla-central/rev/1a66fb9d31f5
Description
•