| Index: third_party/WebKit/LayoutTests/shapedetection/resources/mock-facedetection.js
|
| diff --git a/third_party/WebKit/LayoutTests/shapedetection/resources/mock-facedetection.js b/third_party/WebKit/LayoutTests/shapedetection/resources/mock-facedetection.js
|
| index 62220e829325e1faee3485f8f70e0ba81e72dd83..298f7e4f22ee4ea2d3e9cddfff826d49c755928f 100644
|
| --- a/third_party/WebKit/LayoutTests/shapedetection/resources/mock-facedetection.js
|
| +++ b/third_party/WebKit/LayoutTests/shapedetection/resources/mock-facedetection.js
|
| @@ -50,9 +50,9 @@ let mockFaceDetectionProviderReady = define(
|
| return Promise.resolve({
|
| result: {
|
| bounding_boxes: [
|
| - { x : 1.0, y: 1.0, width: 100.0, height: 100.0 },
|
| - { x : 2.0, y: 2.0, width: 200.0, height: 200.0 },
|
| - { x : 3.0, y: 3.0, width: 300.0, height: 300.0 },
|
| + { x : 1.0, y: 1.0, width: 100.0, height: 100.0 },
|
| + { x : 2.0, y: 2.0, width: 200.0, height: 200.0 },
|
| + { x : 3.0, y: 3.0, width: 300.0, height: 300.0 },
|
| ]
|
| }
|
| });
|
|
|