[Webkit-unassigned] [Bug 41478] New: Unskip canvas/philip/tests/2d.imageData.get.source.outside.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 1 12:10:49 PDT 2010


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

           Summary: Unskip
                    canvas/philip/tests/2d.imageData.get.source.outside.ht
                    ml
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: HTML5
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: andreas.kling at nokia.com


This test already works, thanks to the following code in getImageData:

if (rect.x() < 0 || rect.y() < 0 || (rect.x() + rect.width()) > size.width() || (rect.y() + rect.height()) > size.height())
    memset(data, 0, result->data()->length());

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