| Index: third_party/WebKit/LayoutTests/fast/canvas/webgl/texImage-imageBitmap-structured-clone.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/texImage-imageBitmap-structured-clone.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/texImage-imageBitmap-structured-clone.html
|
| index 8e40cee80310b3b2b245653851c5824ff2293a74..7d3de4d059fc4b9bfe591154260dd01be6a0afa3 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/texImage-imageBitmap-structured-clone.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/texImage-imageBitmap-structured-clone.html
|
| @@ -60,7 +60,7 @@ function generateTest()
|
| // To test ImageBitmap with non-default options such as premultiplyAlpha=none,
|
| // we need to use WebGL for testing because normal 2D canvas cannot tell the difference
|
| // between a premultiplied/unpremultiplied ImageBitmap.
|
| - createImageBitmap(image, {imageOrientation: "flipY", premultiplyAlpha: "none"}).then(function(imageBitmap) {
|
| + createImageBitmap(image, {imageOrientation: "flipY", premultiplyAlpha: "none", colorSpaceConversion: "none"}).then(function(imageBitmap) {
|
| var replyPromise = postToWorker(imageBitmap);
|
| replyPromise.then(reply => {
|
| var retVal = {testPassed: true, alpha: 0.5};
|
|
|