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

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

Issue 2553343003: ShapeDetection: add support for all CanvasImageSource input types (Closed)
Patch Set: Support case for peekPixels() and isImageBitmap() 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-HTMLImageElement.html
diff --git a/third_party/WebKit/LayoutTests/shapedetection/detection-HTMLImageElement.html b/third_party/WebKit/LayoutTests/shapedetection/detection-HTMLImageElement.html
index b9b3b8a2b946f7b327e318cb94be3ade34aae04f..14b24308afe76764ef333e0396cd7e8e769caa84 100644
--- a/third_party/WebKit/LayoutTests/shapedetection/detection-HTMLImageElement.html
+++ b/third_party/WebKit/LayoutTests/shapedetection/detection-HTMLImageElement.html
@@ -22,7 +22,7 @@ var createTestForImageElement = 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(img);

Powered by Google App Engine
This is Rietveld 408576698