[wpt-sync] Sync PR 36652 - Use the BFC block-offset when breaking before a float.
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox108 fixed)
Tracking | Status | |
---|---|---|
firefox108 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 36652 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/36652
Details from upstream follow.
Morten Stenshorne <mstensho@chromium.org> wrote:
Use the BFC block-offset when breaking before a float.
The exclusion space works exclusively on BFC offsets, not parent
container offsets. CL:3923597 messed this up, which caused both DCHECK
failures and correctness issues,Bug: 1377795
Change-Id: I8be8b40adbee95743c5e18cd891d1e67a79a120f
Reviewed-on: https://chromium-review.googlesource.com/3975135
WPT-Export-Revision: 753ec101b8a1ff96a430d957418dfd8a05152918
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 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
: 2
Links
Details
New Tests That Don't Pass
- /css/css-break/float-010.html [wpt.fyi]:
FAIL
(Chrome:FAIL
, Safari:PASS
)
Comment 4•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/ede78df839d5
https://hg.mozilla.org/mozilla-central/rev/332727ac5193
Description
•