| Index: third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-invalid-args.html | 
| diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-invalid-args.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-invalid-args.html | 
| index 57d20eae43dbb2e808532cc5b9a6498c13a845e9..af1488cffe632613f8f93493031e66455a14b250 100644 | 
| --- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-invalid-args.html | 
| +++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-invalid-args.html | 
| @@ -103,10 +103,6 @@ Promise.resolve().then(function() { | 
| }); | 
| }).then(function() { | 
| return createCanvas().then(function(canvas) { | 
| -        return checkInvalidRange(canvas.getContext('2d'), 'canvas context'); | 
| -    }); | 
| -}).then(function() { | 
| -    return createCanvas().then(function(canvas) { | 
| var imagedata = canvas.getContext('2d').getImageData(0, 0, canvas.width, canvas.height); | 
| return checkInvalidRange(imagedata, 'canvas imagedata') | 
| }); | 
|  |