2d.shadow.gradient.alpha

Shadows are drawn correctly for partially-transparent gradient fills

Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassShadows are drawn correctly for partially-transparent gradient fills
Asserts run
Pass
assert_approx_equals(127, 127, 2, "Red channel of the pixel at (50, 25)")
    at _assertPixelApprox ( /html/canvas/resources/canvas-tests.js:47:5)
Pass
assert_approx_equals(0, 0, 2, "Green channel of the pixel at (50, 25)")
    at _assertPixelApprox ( /html/canvas/resources/canvas-tests.js:48:5)
Pass
assert_approx_equals(128, 127, 2, "Blue channel of the pixel at (50, 25)")
    at _assertPixelApprox ( /html/canvas/resources/canvas-tests.js:49:5)
Pass
assert_approx_equals(255, 255, 2, "Alpha channel of the pixel at (50, 25)")
    at _assertPixelApprox ( /html/canvas/resources/canvas-tests.js:50:5)