NEW 252594
Applying container-type: inline-size to video causes intrinsic size to change during layout which triggers assert
https://bugs.webkit.org/show_bug.cgi?id=252594
Summary Applying container-type: inline-size to video causes intrinsic size to change...
Sammy Gill
Reported 2023-02-20 12:05:16 PST
Created attachment 465092 [details] Testcase Attached a test case. This is causing the intrinsic size to change during layout, which results in: ASSERTION FAILED: !intrinsicSizeChanged || !view().frameView().layoutContext().isInRenderTreeLayout() The intrinsic size is first set to the default object size (300px x 150px). Then during layout the inline size gets set to 0px.
Attachments
Testcase (407 bytes, text/html)
2023-02-20 12:05 PST, Sammy Gill
no flags
Radar WebKit Bug Importer
Comment 1 2023-02-27 12:06:21 PST
Note You need to log in before you can comment on or make changes to this bug.