Index: third_party/WebKit/LayoutTests/http/tests/shapedetection/shapedetection-cross-origin.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/shapedetection/shapedetection-cross-origin.html b/third_party/WebKit/LayoutTests/http/tests/shapedetection/shapedetection-cross-origin.html |
index d54c4fe56841be8f4553d2d72d26b6829e10b4a6..950a6846e0fa5e214e386d3b8f65610904468fdf 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/shapedetection/shapedetection-cross-origin.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/shapedetection/shapedetection-cross-origin.html |
@@ -5,7 +5,7 @@ |
// http:// resources are considered cross-origin from the current file://. |
const IMAGE_URL = "http://localhost:8080/security/resources/abe.png"; |
-const VIDEO_URL = "http://localhost:8080/imported/wpt/media/white.webm"; |
+const VIDEO_URL = "http://localhost:8080/external/wpt/media/white.webm"; |
// Returns a Promise that is resolve()d if detect() is rejected. Needs an input |
// |element| (e.g. an HTMLImageElement or HTMLVideoElement) and a |url| to load. |