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

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

Issue 2641953005: ShapeDetection: LayoutTests correction: s/imported/external/ (Closed)
Patch Set: Removed strange third_party/WebKit/LayoutTests/shapedetection/detection-HTMLVideoElement-expected.t… Created 3 years, 11 months 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-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");

Powered by Google App Engine
This is Rietveld 408576698