2d.composite.uncovered.fill.source-out

fill() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.

Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
Passfill() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.
Asserts run
Pass
assert_approx_equals(0, 0, 5, "Red channel of the pixel at (50, 25)")
    at _assertPixelApprox ( /html/canvas/resources/canvas-tests.js:47:5)
Pass
assert_approx_equals(0, 0, 5, "Green channel of the pixel at (50, 25)")
    at _assertPixelApprox ( /html/canvas/resources/canvas-tests.js:48:5)
Pass
assert_approx_equals(0, 0, 5, "Blue channel of the pixel at (50, 25)")
    at _assertPixelApprox ( /html/canvas/resources/canvas-tests.js:49:5)
Pass
assert_approx_equals(0, 0, 5, "Alpha channel of the pixel at (50, 25)")
    at _assertPixelApprox ( /html/canvas/resources/canvas-tests.js:50:5)