[Webkit-unassigned] [Bug 224113] New: [AspectRatio] Out-of-flow box with intrinsic width (e.g. <img>) may trigger infinite recursion

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 2 09:06:22 PDT 2021


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

            Bug ID: 224113
           Summary: [AspectRatio] Out-of-flow box with intrinsic width
                    (e.g. <img>) may trigger infinite recursion
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: InRadar
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: zalan at apple.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

<style>
  img {
    aspect-ratio: 1;
    max-width: fit-content;

    top: 0;
    bottom: 0;
    position: absolute;
  }
</style>
<img src="foobar">

<rdar://75877776>

-- 
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/20210402/9d95181c/attachment.htm>


More information about the webkit-unassigned mailing list