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

Unified Diff: third_party/WebKit/LayoutTests/shapedetection/detectshape-HTMLImageElement.html

Issue 2502763005: ShapeDetection: Add FaceDetectorOptions for fastMode and maxDetectedFaces (Closed)
Patch Set: 80 cols Created 4 years, 1 month 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/shapedetection/detectshape-HTMLImageElement.html
diff --git a/third_party/WebKit/LayoutTests/shapedetection/detectshape-HTMLImageElement.html b/third_party/WebKit/LayoutTests/shapedetection/detectshape-HTMLImageElement.html
index ad346fb2bbdbf9a65fa5aabc7f8d3b5f2ed987a7..53d32ac77762e737ad130c53625e01536ac8adac 100644
--- a/third_party/WebKit/LayoutTests/shapedetection/detectshape-HTMLImageElement.html
+++ b/third_party/WebKit/LayoutTests/shapedetection/detectshape-HTMLImageElement.html
@@ -33,7 +33,7 @@ var createTestForImageElement = function(detectorName, detectionResultTest) {
assert_unreached("Error during detect(img): " + error);
});
- }, 'Detector detect(HTMLImageElement)');
+ }, "Detector detect(HTMLImageElement)");
};
function FaceDetectorDetectionResultTest(detectionResult, mock) {

Powered by Google App Engine
This is Rietveld 408576698