| 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) { | 
|  |