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

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

Issue 2588293005: Shape Detection: Add Text Detection in Chrome Android (Closed)
Patch Set: jochen@ comments, rebase Created 3 years, 11 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 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>

Powered by Google App Engine
This is Rietveld 408576698