[wpt-sync] Sync PR 32660 - Make break-before propagation work beyond one level up.
Categories
(Core :: Layout, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox99 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 32660 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/32660
Details from upstream follow.
Morten Stenshorne <mstensho@chromium.org> wrote:
Make break-before propagation work beyond one level up.
Need to propagate the break-before value of the layout result, just
like we already do for break-after a few lines further down.Bug: 1293287
Change-Id: I690719c332086b89b073f522f250b0f263d0cf41
Reviewed-on: https://chromium-review.googlesource.com/3430143
WPT-Export-Revision: 1b180dada9dd672a5237f990784854a3a2b75e9e
| 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
FAIL: 2
Chrome
PASS: 1
FAIL: 1
Safari
PASS: 1
FAIL: 1
Links
Details
Firefox-only Failures
/css/css-break/break-between-force-000.html: FAIL
New Tests That Don't Pass
/css/css-break/break-between-avoid-009.html: FAIL (Chrome: FAIL, Safari: FAIL)
/css/css-break/break-between-force-000.html: FAIL (Chrome: PASS, Safari: PASS)
Comment 5•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/3d4a72a6c08d
https://hg.mozilla.org/mozilla-central/rev/e95703f4fe6e
Description
•