[Webkit-unassigned] [Bug 48277] Fix canvas/philip/tests/2d.imageData.get.source.negative

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 25 18:06:08 PDT 2010


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





--- Comment #5 from Mike Lawther <mikelawther at chromium.org>  2010-10-25 18:06:08 PST ---
I tested it on my Mac in Safari, and on Chromium Windows, and it passed entirely on both. run-webkit-tests also reported it passing correctly. 

Running the test in a current Chrome, I get:

Failed assertion imgdata1.data["0"] === 255 (got 0[number], expected 255[number])
Failed assertion imgdata1.data["1"] === 255 (got 0[number], expected 255[number])
Failed assertion imgdata1.data["2"] === 255 (got 0[number], expected 255[number])
Failed assertion imgdata2.data["3"] === 0 (got 255[number], expected 0[number])

But running it in a patched Safari, I get it saying 'Passed', as per the expectations.

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