2d.gradient.interpolate.coloralpha

Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassOffscreenCanvas test: 2d.gradient.interpolate.coloralpha
Asserts run
Pass
assert_approx_equals(188, 190, 3, "Red channel of the pixel at (25, 25)")
    at _assertPixelApprox ( /html/canvas/resources/canvas-tests.js:47:5)
Pass
assert_approx_equals(188, 190, 3, "Green channel of the pixel at (25, 25)")
    at _assertPixelApprox ( /html/canvas/resources/canvas-tests.js:48:5)
Pass
assert_approx_equals(63, 65, 3, "Blue channel of the pixel at (25, 25)")
    at _assertPixelApprox ( /html/canvas/resources/canvas-tests.js:49:5)
Pass
assert_approx_equals(65, 65, 3, "Alpha channel of the pixel at (25, 25)")
    at _assertPixelApprox ( /html/canvas/resources/canvas-tests.js:50:5)
Pass
assert_approx_equals(127, 126, 3, "Red channel of the pixel at (50, 25)")
    at _assertPixelApprox ( /html/canvas/resources/canvas-tests.js:47:5)
Pass
assert_approx_equals(127, 126, 3, "Green channel of the pixel at (50, 25)")
    at _assertPixelApprox ( /html/canvas/resources/canvas-tests.js:48:5)
Pass
assert_approx_equals(128, 128, 3, "Blue channel of the pixel at (50, 25)")
    at _assertPixelApprox ( /html/canvas/resources/canvas-tests.js:49:5)
Pass
assert_approx_equals(129, 128, 3, "Alpha channel of the pixel at (50, 25)")
    at _assertPixelApprox ( /html/canvas/resources/canvas-tests.js:50:5)
Pass
assert_approx_equals(62, 62, 3, "Red channel of the pixel at (75, 25)")
    at _assertPixelApprox ( /html/canvas/resources/canvas-tests.js:47:5)
Pass
assert_approx_equals(62, 62, 3, "Green channel of the pixel at (75, 25)")
    at _assertPixelApprox ( /html/canvas/resources/canvas-tests.js:48:5)
Pass
assert_approx_equals(192, 192, 3, "Blue channel of the pixel at (75, 25)")
    at _assertPixelApprox ( /html/canvas/resources/canvas-tests.js:49:5)
Pass
assert_approx_equals(193, 192, 3, "Alpha channel of the pixel at (75, 25)")
    at _assertPixelApprox ( /html/canvas/resources/canvas-tests.js:50:5)