[wpt-sync] Sync PR 34857 - Fieldset NG: Fix paint order of OOF objects in a LEGEND and the corresponding anonymous content box.
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox104 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 34857 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/34857
Details from upstream follow.
Kent Tamura <tkent@chromium.org> wrote:
Fieldset NG: Fix paint order of OOF objects in a LEGEND and the corresponding anonymous content box.
If a FIELDSET is an OOF container, we made its anonymous content box
an OOF container by setting position:relative. It's bad because OOF
objects in the LEGEND is painted behind the anonymous content box. So
this CL updates OOF container conditions for anonymous fieldset content
boxes, and avoids setting position:relative.
- ng_fieldset_algorithm.cc:
Handle NGBreakStatus::kDisableFragmentation.
Without this change, floated-multicol-in-multicol-crash.html in WPT has
a DCHECK failure.Bug: 1341413
Change-Id: I650b3020df53eba5d05f930bc44675b80ff4e90bReviewed-on: https://chromium-review.googlesource.com/3764404
WPT-Export-Revision: a00e23502a8977e6a709ea2ff8b348c80b0903cc
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Comment 2•3 years ago
|
||
| Assignee | ||
Comment 3•3 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, and Chrome on GitHub CI
Total 1 tests
Status Summary
Firefox
PASS: 1
Chrome
FAIL: 1
Links
Comment 5•3 years ago
|
||
| bugherder | ||
Description
•