[Webkit-unassigned] [Bug 244067] New: Overriding logical width/height not being cleared at end of layout

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 17 17:08:38 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=244067

            Bug ID: 244067
           Summary: Overriding logical width/height not being cleared at
                    end of layout
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sgill26 at apple.com

It seems like gOverridingLogicalWidthLengthMap/gOverridingLogicalHeightLengthMap are not getting cleared properly at the end of layout. This is indicated when running fast/transferred-sizes-respect-definite-sizes.html. If you go directly to the test by putting the URL in the search bar, two layouts will be performed. On the second layout, the flex item div will get its width computed through the shouldComputeLogicalWidthFromAspectRatio branch because it has entries inside of gOverridingLogicalHeightLengthMap. However, this should not be happening since the map should be cleared at the end of the first layout.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220818/4517c197/attachment-0001.htm>


More information about the webkit-unassigned mailing list