Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 70277741f73235521f9d48a67cd125cb704c93b0
https://github.com/WebKit/WebKit/commit/70277741f73235521f9d48a67cd125cb704c93b0
Author: Alan Baradlay <[email protected]>
Date: 2025-12-22 (Mon, 22 Dec 2025)
Changed paths:
A
LayoutTests/fast/block/inside-inlines/missing-deprecated-flex-box-content-expected.html
A
LayoutTests/fast/block/inside-inlines/missing-deprecated-flex-box-content.html
M Source/WebCore/layout/layouttree/LayoutBox.cpp
Log Message:
-----------
[blocks-in-inline] Assertion in InlineItemsBuilder::collectInlineItems on
facebook.com
https://bugs.webkit.org/show_bug.cgi?id=304604
<rdar://167021537>
Reviewed by Simon Fraser.
'display: -webkit-box' (deprecated flex box) is a block level box and should be
handled as such.
Test: fast/block/inside-inlines/missing-deprecated-flex-box-content.html
*
LayoutTests/fast/block/inside-inlines/missing-deprecated-flex-box-content-expected.html:
Added.
*
LayoutTests/fast/block/inside-inlines/missing-deprecated-flex-box-content.html:
Added.
* Source/WebCore/layout/layouttree/LayoutBox.cpp:
(WebCore::Layout::Box::isBlockLevelBox const):
Canonical link: https://commits.webkit.org/304869@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications