<rdar://104303475>
Created attachment 465019 [details] Patch
Comment on attachment 465019 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=465019&action=review > Source/WebCore/layout/formattingContexts/inline/InlineFormattingGeometry.cpp:278 > + if (displayBox.isInlineLevelBox() && !displayBox.isRootInlineBox()) there is isNonRootInlineLevelBox()
(In reply to Antti Koivisto from comment #2) > Comment on attachment 465019 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=465019&action=review > > > Source/WebCore/layout/formattingContexts/inline/InlineFormattingGeometry.cpp:278 > > + if (displayBox.isInlineLevelBox() && !displayBox.isRootInlineBox()) > > there is isNonRootInlineLevelBox() !!!
Created attachment 465026 [details] Patch
Committed 260380@main (3cf4b3198445): <https://commits.webkit.org/260380@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 465026 [details].