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

Unified Diff: third_party/WebKit/LayoutTests/shapedetection/detection-HTMLCanvasElement.html

Issue 2564163003: ShapeDetection: Add ShapeDetectionProvider (Closed)
Patch Set: Name change: mockFaceDetectionProviderReady, rebase Created 4 years 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/detection-HTMLCanvasElement.html
diff --git a/third_party/WebKit/LayoutTests/shapedetection/detection-HTMLCanvasElement.html b/third_party/WebKit/LayoutTests/shapedetection/detection-HTMLCanvasElement.html
index 816b9de163014ad5a59cf627874748a534b714a7..5c030ddc73514ee6bab37397381b446b7e3568ac 100644
--- a/third_party/WebKit/LayoutTests/shapedetection/detection-HTMLCanvasElement.html
+++ b/third_party/WebKit/LayoutTests/shapedetection/detection-HTMLCanvasElement.html
@@ -66,14 +66,14 @@ generate_tests(createTestForCanvasElement, [
"Face - HTMLCanvasElement",
() => { return new FaceDetector(); },
() => { return document.createElement("canvas"); },
- () => { return mockFaceDetectionReady; },
+ () => { return mockFaceDetectionProviderReady; },
FaceDetectorDetectionResultTest
],
[
"Face - OffscreenCanvas",
() => { return new FaceDetector(); },
() => { return new OffscreenCanvas(300, 150); },
- () => { return mockFaceDetectionReady; },
+ () => { return mockFaceDetectionProviderReady; },
FaceDetectorDetectionResultTest
],
[

Powered by Google App Engine
This is Rietveld 408576698