RESOLVED FIXED 51655
[Cairo] fast/canvas/canvas-save-restore-with-path.html fails with some versions of Cairo
https://bugs.webkit.org/show_bug.cgi?id=51655
Summary [Cairo] fast/canvas/canvas-save-restore-with-path.html fails with some versio...
Martin Robinson
Reported 2010-12-27 14:47:55 PST
Due to rounding errors, fast/canvas/canvas-save-restore-with-path.html may fail with some versions of Cairo. The failure looks like this: --- /tmp/layout-test-results/fast/canvas/canvas-save-restore-with-path-expected.txt 2010-12-27 14:41:41.237192001 -0800 +++ /tmp/layout-test-results/fast/canvas/canvas-save-restore-with-path-actual.txt 2010-12-27 14:41:41.237192001 -0800 @@ -7,7 +7,7 @@ PASS getPixel(75,25) is [0,128,0,255] PASS getPixel(75,50) is [255,0,0,255] PASS getPixel(25,75) is [0,128,0,255] -PASS getPixel(50,75) is [255,0,0,255] +FAIL getPixel(50,75) should be 255,0,0,255. Was 254,1,0,255. PASS getPixel(75,75) is [0,128,0,255] PASS successfullyParsed is true
Attachments
Patch for this issue (1.38 KB, patch)
2010-12-27 14:52 PST, Martin Robinson
no flags
Martin Robinson
Comment 1 2010-12-27 14:52:05 PST
Created attachment 77521 [details] Patch for this issue
Martin Robinson
Comment 2 2010-12-27 16:17:32 PST
Comment on attachment 77521 [details] Patch for this issue Clearing flags on attachment: 77521 Committed r74699: <http://trac.webkit.org/changeset/74699>
Martin Robinson
Comment 3 2010-12-27 16:17:36 PST
All reviewed patches have been landed. Closing bug.
WebKit Review Bot
Comment 4 2010-12-27 16:48:20 PST
http://trac.webkit.org/changeset/74699 might have broken SnowLeopard Intel Release (Tests) The following tests are not passing: fast/canvas/canvas-save-restore-with-path.html
Note You need to log in before you can comment on or make changes to this bug.