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 c773bbf6b8e6d7d20e761628eab2b1cc8125d046..11376a8dd275887bef8184a5ec79b1847207ae45 100644 |
--- a/third_party/WebKit/LayoutTests/fast/shapedetection/shapedetection-empty-input.html |
+++ b/third_party/WebKit/LayoutTests/fast/shapedetection/shapedetection-empty-input.html |
@@ -22,13 +22,13 @@ var createTestForEmptyInput = function(createDetector) { |
image.onload = tryDetection; |
image.onerror = tryDetection; |
image.src = ""; |
- }, "Detectors should resolve empty images with empty results."); |
+ }); |
}; |
generate_tests(createTestForEmptyInput, [ |
- [ "Face", () => { return new FaceDetector(); } ], |
- [ "Barcode", () => { return new BarcodeDetector(); } ], |
- [ "Text", () => { return new TextDetector(); } ] |
+ [ "Face - detect(empty)", () => { return new FaceDetector(); } ], |
+ [ "Barcode - detect(empty)", () => { return new BarcodeDetector(); } ], |
+ [ "Text - detect(empty)", () => { return new TextDetector(); } ] |
]); |
</script> |