Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1108)

Unified Diff: third_party/WebKit/LayoutTests/fast/shapedetection/shapedetection-empty-input.html

Issue 2857803002: Shape Detection: reconnect LayoutTests (Closed)
Patch Set: Removed expectation files and corrected shapedetection-empty-input test Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698