[webkit-reviews] review requested: [Bug 52141] [Chromium] Issue 57432: Layout Test fast/canvas/drawImage-with-negative-source-destination.html failing with --accelerated-2d-canvas : [Attachment 78379] Fix shader program

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 10 00:36:04 PST 2011


Naoki Takano <takano.naoki at gmail.com> has asked  for review:
Bug 52141: [Chromium] Issue 57432: Layout Test
fast/canvas/drawImage-with-negative-source-destination.html failing with
--accelerated-2d-canvas
https://bugs.webkit.org/show_bug.cgi?id=52141

Attachment 78379: Fix shader program
https://bugs.webkit.org/attachment.cgi?id=78379&action=review

------- Additional Comments from Naoki Takano <takano.naoki at gmail.com>
Issue 57432:	Layout Test
fast/canvas/drawImage-with-negative-source-destination.html failing with
--accelerated-2d-canvas

Originally the test result was following,

run_webkit_tests --accelerated-2d-canvas
fast/canvas/drawImage-with-negative-source-destination.html

Txt diffs:

---
D:\src\chromium1\src\webkit\Release\layout-test-results\fast/canvas/drawImage-w
ith-negative-source-destination-expected.txt 
+++
D:\src\chromium1\src\webkit\Release\layout-test-results\fast/canvas/drawImage-w
ith-negative-source-destination-actual.txt 
@@ -3,8 +3,8 @@
 On success, you will see a series of "PASS" messages, followed by "TEST
COMPLETE".
 
 
-PASS imgdata[4] is 0
-PASS imgdata[5] is 255
+FAIL imgdata[4] should be 0. Was 255.
+FAIL imgdata[5] should be 255. Was 0.
 PASS imgdata[6] is 0
 PASS successfullyParsed is true


More information about the webkit-reviews mailing list