[Webkit-unassigned] [Bug 45439] New: Images with percent height inside a floated div should use intrinsic height.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 8 23:00:03 PDT 2010


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

           Summary: Images with percent height inside a floated div should
                    use intrinsic height.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: macpherson at chromium.org


For the following snippet:
<div style="float: left;">
  <img style="width: 100%; height: 100%;"/>
</div>

Webkit renders the image with height 100% of the window, while IE and Firefox render the image at the intrinsic height of the image.

See chromium bug: http://code.google.com/p/chromium/issues/detail?id=29380

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list