| Index: third_party/WebKit/LayoutTests/imagecapture/resources/mock-imagecapture.js
|
| diff --git a/third_party/WebKit/LayoutTests/imagecapture/resources/mock-imagecapture.js b/third_party/WebKit/LayoutTests/imagecapture/resources/mock-imagecapture.js
|
| index 9bb08e7d681c01f50a295619b3a0a15e1013a0f6..367e313ee180ceaadaba33e4fd041b1bf1a475c5 100644
|
| --- a/third_party/WebKit/LayoutTests/imagecapture/resources/mock-imagecapture.js
|
| +++ b/third_party/WebKit/LayoutTests/imagecapture/resources/mock-imagecapture.js
|
| @@ -40,8 +40,8 @@ let mockImageCaptureReady = define(
|
| }
|
|
|
| takePhoto(source_id) {
|
| - return Promise.resolve({ mime_type : 'image/cat',
|
| - data : "(,,,)=(^.^)=(,,,)" });
|
| + return Promise.resolve({ blob : { mime_type : 'image/cat',
|
| + data : new Array(2) } });
|
| }
|
|
|
| capabilities() {
|
|
|