This is a testharness.js-based test.
[FAIL] createImageBitmap from an HTMLVideoElement imageOrientation: "from-image", and drawImage on the created ImageBitmap
assert_approx_equals: Red channel of the pixel at (5, 5) expected 247 +/- 3 but got 254
[FAIL] createImageBitmap from an HTMLVideoElement imageOrientation: "flipY", and drawImage on the created ImageBitmap
assert_approx_equals: Red channel of the pixel at (5, 5) expected 28 +/- 3 but got 6
[FAIL] createImageBitmap from an HTMLVideoElement from a data URL imageOrientation: "from-image", and drawImage on the created ImageBitmap
assert_approx_equals: Red channel of the pixel at (5, 5) expected 247 +/- 3 but got 254
[FAIL] createImageBitmap from an HTMLVideoElement from a data URL imageOrientation: "flipY", and drawImage on the created ImageBitmap
assert_approx_equals: Red channel of the pixel at (5, 5) expected 28 +/- 3 but got 6
Harness: the test ran to completion.