[Webkit-unassigned] [Bug 28808] New: [Skia] Fix flaky layout test svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr.html [DEBUG]

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 28 07:09:19 PDT 2009


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

           Summary: [Skia] Fix flaky layout test
                    svg/dynamic-updates/SVGClipPathElement-dom-clipPathUni
                    ts-attr.html [DEBUG]
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: GoogleBug
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rolandsteiner at google.com


Note: DEBUG build

It seems the layout test fails in Skia if a render event occurs before the
clipPathUnit attribute has been reset to "userSpaceOnUse" from the initally set
"objectBoundingBox". This causes the 300px coordinates in the clipping path to
be interpreted as 300*100% of the bounding box size, resulting in values that
are too large for Skia's fixed point data types. This causes an ASSERT during
the value conversion.

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