| 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 92465e3a67b28d14322415e9b578453f99f63989..35ce5e494d64eb5626d3ea5a2d54bee208e207cd 100644
|
| --- a/third_party/WebKit/LayoutTests/shapedetection/detection-HTMLVideoElement.html
|
| +++ b/third_party/WebKit/LayoutTests/shapedetection/detection-HTMLVideoElement.html
|
| @@ -11,7 +11,7 @@ var createTestForVideoElement = function(createDetector, mockReady,
|
| detectionResultTest) {
|
| async_test(function(t) {
|
| var video = document.createElement("video");
|
| - video.src = "../imported/wpt/media/white.webm";
|
| + video.src = "../external/wpt/media/white.webm";
|
| video.loop = true;
|
| video.autoplay = true;
|
| video.onerror = this.unreached_func("<video> error");
|
|
|