Pass | Test that an ImageBitmapRenderingContext with alpha disabled makes the canvas opaque | Asserts runPass | 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) |
|
Pass | Test that an ImageBitmapRenderingContext with alpha enabled preserves the alpha | Asserts runPass | 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) |
|
Pass | Test that the 'alpha' context creation attribute is true by default | Asserts runPass | 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) |
|