[Webkit-unassigned] [Bug 98760] New: [GTK][EFL] fast/canvas/canvas-fillRect-gradient-shadow.html failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 9 08:11:10 PDT 2012


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

           Summary: [GTK][EFL]
                    fast/canvas/canvas-fillRect-gradient-shadow.html
                    failing
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Canvas
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: naginenis at gmail.com


fast/canvas/canvas-fillRect-gradient-shadow.html is failing with the cairo v1.12. The diff is:

--- WebKit/WebKitBuild/Debug/layout-test-results/fast/canvas/canvas-fillRect-gradient-shadow-expected.txt
+++ WebKit/WebKitBuild/Debug/layout-test-results/fast/canvas/canvas-fillRect-gradient-shadow-actual.txt
@@ -79,7 +79,7 @@
 PASS d[1] is 0
 PASS d[2] is 0
 PASS d[3] is smaller than 15
-PASS d[0] is 255
+FAIL d[0] should be 255. Was 0.
 PASS d[1] is 0
 PASS d[2] is 0
 PASS d[3] is smaller than 15

It looks like we need to adjust the blur radius higher up in ShadowBlur computation since the test case is using small shadow blur value. Or, we can also fix this by altering the blur value in the test case.
http://trac.webkit.org/browser/trunk/Source/WebCore/platform/graphics/ShadowBlur.cpp#L227

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