Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PassTest that an ImageBitmapRenderingContext with alpha disabled makes the canvas opaque
Asserts run
Pass
assert_array_approx_equals(object "0,255,0,128", [0, 255, 0, 128], 1)
    at testImageBitmap ( /imagebitmap-renderingcontext/context-creation-offscreen-with-alpha.html:23:5)
PassTest that an ImageBitmapRenderingContext with alpha enabled preserves the alpha
Asserts run
Pass
assert_array_approx_equals(object "0,255,0,128", [0, 255, 0, 128], 1)
    at testImageBitmap ( /imagebitmap-renderingcontext/context-creation-offscreen-with-alpha.html:23:5)
PassTest that the 'alpha' context creation attribute is true by default
Asserts run
Pass
assert_array_approx_equals(object "0,255,0,128", [0, 255, 0, 128], 1)
    at testImageBitmap ( /imagebitmap-renderingcontext/context-creation-offscreen-with-alpha.html:23:5)