[Webkit-unassigned] [Bug 81104] New: getBBox returns incorrect results with empty containers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 14 07:36:00 PDT 2012


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

           Summary: getBBox returns incorrect results with empty
                    containers
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: schenney at chromium.org
                CC: zimmermann at kde.org, schenney at chromium.org


Created an attachment (id=131841)
 --> (https://bugs.webkit.org/attachment.cgi?id=131841&action=review)
Layout test

When getBBox is called on a container that contains an empty container and some other content, it returns a bounding box that includes the origin, when in fact it should just include the non-empty container's bound.

Attached is a potential layout test and the expected result as a ref-test.

http://code.google.com/p/chromium/issues/detail?id=114590

-- 
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