| Index: third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-drawImage-video.html
 | 
| diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-drawImage-video.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-drawImage-video.html
 | 
| index b11baffc178403153c38f6ab9e6fbe0706bc1714..16073ec988c2c05db900bc4a95e6ab587639e80f 100644
 | 
| --- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-drawImage-video.html
 | 
| +++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-drawImage-video.html
 | 
| @@ -77,7 +77,7 @@ function videoLoaded() {
 | 
|          checkCrop(imageBitmaps.negativeCrop);
 | 
|          checkEmpty(imageBitmaps.empty);
 | 
|          checkEmpty(imageBitmaps.emptyTwo);
 | 
| -        createImageBitmap(video, 0, 0, Math.pow(10, 6), Math.pow(10, 6)).then(function() {
 | 
| +        createImageBitmap(video, 0, 0, 0x8000, 0x8000).then(function() {
 | 
|              testFailed('Creating a huge ImageBitmap is resolved unexpectedly.');
 | 
|              finishJSTest();
 | 
|           }, function() {
 | 
| 
 |