| Index: third_party/WebKit/LayoutTests/fast/shapedetection/shapedetection-empty-input.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/shapedetection/shapedetection-empty-input.html b/third_party/WebKit/LayoutTests/fast/shapedetection/shapedetection-empty-input.html
|
| index b1270b1fc4b24df1d70feb229800cef0bd82a01b..73b2ded615144383d1423b45dd673ae486c56ebb 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/shapedetection/shapedetection-empty-input.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/shapedetection/shapedetection-empty-input.html
|
| @@ -25,7 +25,9 @@ var createTestForEmptyInput = function(detectorName) {
|
| };
|
|
|
| generate_tests(createTestForEmptyInput, [
|
| - [ "Face", "FaceDetector" ], [ "Barcode", "BarcodeDetector" ]
|
| + [ "Face", "FaceDetector" ],
|
| + [ "Barcode", "BarcodeDetector" ],
|
| + [ "Text", "TextDetector" ]
|
| ]);
|
|
|
| </script>
|
|
|