Re: Add new ImageBitmapRenderingContext tests (#4167)

One more thing we need to test. When a canvas with a bitmap render is used as an image source, and the transferFromImageBitmap() has never been called, it is supposed to produce a transparent black bitmap of the dimensions given by canvas.width/height.  Same thing should happen after calling transferFromImageBitmap(null)

View on GitHub: https://github.com/w3c/web-platform-tests/pull/4167#issuecomment-259490963

Received on Wednesday, 9 November 2016 18:41:47 UTC