| Index: third_party/WebKit/LayoutTests/fast/canvas/canvas-drawImage-out-of-bounds-src.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-drawImage-out-of-bounds-src.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-drawImage-out-of-bounds-src.html
|
| index 851733635dd90bd483c8478e419e55d35963d1fb..d4bdb20b7e622c5fd529031c28f2397ec4ee34d1 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-drawImage-out-of-bounds-src.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-drawImage-out-of-bounds-src.html
|
| @@ -69,7 +69,7 @@ function videoLoaded() {
|
| ctx3.drawImage(video, 0, 0, 2*w, 2*h, 175, 175, 100, 100);
|
|
|
| if (window.createImageBitmap) {
|
| - window.createImageBitmap(img).then(imageReady, function() {
|
| + window.createImageBitmap(img, {colorSpaceConversion: "none"}).then(imageReady, function() {
|
| testFailed("Promise was rejected.");
|
| finishJSTest();
|
| });
|
| @@ -96,4 +96,4 @@ function imageReady(imageBitmap) {
|
| }
|
|
|
| </script>
|
| -</body></html>
|
| +</body></html>
|
|
|