summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-invalid-args.html
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-invalid-args.html')
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-invalid-args.html4
1 files changed, 0 insertions, 4 deletions
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 57d20ea..af1488c 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')
});