Example: https://jsfiddle.net/ILOVEPIE/eupt4L1y/12/ The image should not flicker. The reason it is is that requesting an ImageBitmap results in an incorrect result if it's not the first request of an ImageBitmap from an OffscreenCanvas since the canvas was last redrawed. This is a sister bug of firefox bug 1880591 and chrome bug 324758698.
<rdar://problem/123488456>
Currently this is flickering in all 3 browsers. https://bugzilla.mozilla.org/show_bug.cgi?id=1880591 https://issues.chromium.org/issues/324758698 The chromium issue has more context.