Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-drawImage.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-drawImage.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-drawImage.html |
| index 982eefe2d6becfb136a04f694108025668ed4023..9a9ae564bb7a68e9d05367d47a14a15ac6886803 100644 |
| --- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-drawImage.html |
| +++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-drawImage.html |
| @@ -186,7 +186,7 @@ function nextCheck(elementIndex) { |
| checkCrop(imageBitmaps.negativeCrop); |
| checkEmpty(imageBitmaps.empty); |
| checkEmpty(imageBitmaps.emptyTwo); |
| - createImageBitmap(element, 0, 0, Math.pow(10, 6), Math.pow(10, 6)).then(function() { |
| + createImageBitmap(element, 0, 0, 0x8000, 0x8000).then(function() { |
|
Justin Novosad
2016/08/18 16:42:13
On a 64-bit system it should be possible to alloca
|
| testFailed('Creating a huge ImageBitmap is resolved unexpectedly.'); |
| finishJSTest(); |
| }, function() { |