[Webkit-unassigned] [Bug 51655] New: [Cairo] fast/canvas/canvas-save-restore-with-path.html fails with some versions of Cairo

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 27 14:47:55 PST 2010


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

           Summary: [Cairo] fast/canvas/canvas-save-restore-with-path.html
                    fails with some versions of Cairo
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P3
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mrobinson at webkit.org


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

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