| Index: third_party/WebKit/LayoutTests/shapedetection/detection-options.html
|
| diff --git a/third_party/WebKit/LayoutTests/shapedetection/shapedetection-options.html b/third_party/WebKit/LayoutTests/shapedetection/detection-options.html
|
| similarity index 94%
|
| rename from third_party/WebKit/LayoutTests/shapedetection/shapedetection-options.html
|
| rename to third_party/WebKit/LayoutTests/shapedetection/detection-options.html
|
| index fca22b43b8733a8817888787d4a06783296d0f7d..fc8dc3e4e4c4c917b41ae53da5335a100bd70e3d 100644
|
| --- a/third_party/WebKit/LayoutTests/shapedetection/shapedetection-options.html
|
| +++ b/third_party/WebKit/LayoutTests/shapedetection/detection-options.html
|
| @@ -2,7 +2,7 @@
|
| <script src="../resources/testharness.js"></script>
|
| <script src="../resources/testharnessreport.js"></script>
|
| <script src="../resources/mojo-helpers.js"></script>
|
| -<script src="resources/mock-shapedetection.js"></script>
|
| +<script src="resources/mock-facedetection.js"></script>
|
| <body>
|
| <img id='img' src='../media/content/greenbox.png'/>
|
| </body>
|
| @@ -10,7 +10,7 @@
|
| async_test(function(t) {
|
| var img = document.getElementById("img");
|
| var theMock = null;
|
| - mockShapeDetectionReady
|
| + mockFaceDetectionReady
|
| .then(mock => {
|
| theMock = mock;
|
| return new FaceDetector();
|
|
|