[Bug 18572] New: 2d.imageData.object.wrap.html has wrong expectations

https://www.w3.org/Bugs/Public/show_bug.cgi?id=18572

           Summary: 2d.imageData.object.wrap.html has wrong expectations
           Product: HTML WG
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: testsuite
        AssignedTo: dave.null@w3.org
        ReportedBy: dominik.rottsches@intel.com
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-wg-issue-tracking@w3.org


2d.imageData.object.wrap.html expects modulo 256, however Uint8ClampedArray
(which is the data type for the ImageData pixel array) is now using clamping to
0 and 255.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 15 August 2012 09:19:36 UTC