[wpt-sync] Sync PR 49896 - Only generate ::column::scroll-marker elements that generate boxes
Categories
(Core :: Layout: Scrolling and Overflow, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 49896 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/49896
Details from upstream follow.
Rune Lillesveen <futhark@chromium.org> wrote:
Only generate ::column::scroll-marker elements that generate boxes
The code asserts that a ::scroll-marker always have a LayoutObject. This
is ensured in Element::CreatePseudoElementIfNeeded() for other pseudo
elements.Bug: 386415620
Change-Id: Id2ba77b654e3af46fa29da886f856799ae6560c7
Reviewed-on: https://chromium-review.googlesource.com/6113610
WPT-Export-Revision: 5a128051b4dce2828a0cdc46e1df6dba55786cde
Assignee | ||
Updated•2 months ago
|
Assignee | ||
Comment 1•2 months ago
|
||
Assignee | ||
Comment 2•2 months ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests
Status Summary
Firefox
PASS
: 1
Chrome
CRASH
: 1
Safari
PASS
: 1
Description
•