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

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

Issue 2553343003: ShapeDetection: add support for all CanvasImageSource input types (Closed)
Patch Set: 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-HTMLVideoElement.html
diff --git a/third_party/WebKit/LayoutTests/shapedetection/detection-HTMLVideoElement.html b/third_party/WebKit/LayoutTests/shapedetection/detection-HTMLVideoElement.html
index 879251e20df9c337b5b54789e14aaf0e53932206..d67a55e2994dcdea1e01f8277f95a6d1e87f23f4 100644
--- a/third_party/WebKit/LayoutTests/shapedetection/detection-HTMLVideoElement.html
+++ b/third_party/WebKit/LayoutTests/shapedetection/detection-HTMLVideoElement.html
@@ -23,7 +23,7 @@ var createTestForVideoElement = function(detectorName, mockReady,
return detector;
})
.catch(error => {
- assert_unreached("Error creating MockFaceDetection: " + error);
+ assert_unreached("Error creating Mock Detector: " + error);
})
.then(detector => {
return detector.detect(video);

Powered by Google App Engine
This is Rietveld 408576698