Bug 262277

Summary: ASSERTION FAILED: !m_scrollDimensionsDirty
Product: WebKit Reporter: djinn <1319794503>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: ahmad.saleem792, bfulgham, sgill26, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: PC   
OS: Linux   
See Also: https://bugs.webkit.org/show_bug.cgi?id=237250
Attachments:
Description Flags
testcase to trigger the crash none

Description djinn 2023-09-27 23:06:06 PDT
Created attachment 467950 [details]
testcase to trigger the crash

ASSERTION FAILED: contentSize >= 0
/app/webkit/Source/WebCore/rendering/RenderFlexibleBox.cpp(1579) : std::pair<WebCore::LayoutUnit, WebCore::LayoutUnit> WebCore::RenderFlexibleBox::computeFlexItemMinMaxSizes(WebCore::RenderBox&)

The minimized testcase will be uploaded as soon as possible.
Comment 1 Radar WebKit Bug Importer 2023-10-04 23:07:12 PDT
<rdar://problem/116505596>
Comment 2 Ahmad Saleem 2023-11-03 13:18:47 PDT
Following assertions were added by Blink to ensure that we don't get 'negative intrinsic size':

https://chromium.googlesource.com/chromium/blink/+/facbac6afded5118ea3d6116f443a39da32b9c1c

https://searchfox.org/wubkat/source/Source/WebCore/rendering/RenderFlexibleBox.cpp#143
Comment 3 djinn 2023-11-03 23:04:38 PDT
Hello, I would like to ask if a previously submitted bug is still not processed or unconfirmed, was it submitted in the wrong way? Or is it something else? Should I offer more info?
Comment 4 Ahmad Saleem 2023-11-04 18:38:04 PDT
(In reply to djinn from comment #3)
> Hello, I would like to ask if a previously submitted bug is still not
> processed or unconfirmed, was it submitted in the wrong way? Or is it
> something else? Should I offer more info?

Nah! It is just that two seems like duplicate, so I added other in 'See Also' and tagged related engineer in Flexbox and Grid implementation for input.