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

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

Issue 2553343003: ShapeDetection: add support for all CanvasImageSource input types (Closed)
Patch Set: reillyg@s comments 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-options.html
diff --git a/third_party/WebKit/LayoutTests/shapedetection/detection-options.html b/third_party/WebKit/LayoutTests/shapedetection/detection-options.html
index fc8dc3e4e4c4c917b41ae53da5335a100bd70e3d..4954886fccc63d879497268561aceeb83d4012cf 100644
--- a/third_party/WebKit/LayoutTests/shapedetection/detection-options.html
+++ b/third_party/WebKit/LayoutTests/shapedetection/detection-options.html
@@ -4,7 +4,7 @@
<script src="../resources/mojo-helpers.js"></script>
<script src="resources/mock-facedetection.js"></script>
<body>
-<img id='img' src='../media/content/greenbox.png'/>
+<img id="img" src="../media/content/greenbox.png"/>
</body>
<script>
async_test(function(t) {

Powered by Google App Engine
This is Rietveld 408576698