Chromium Code Reviews

Unified Diff: LayoutTests/http/tests/security/local-video-src-from-remote.html

Issue 603943002: Remove 1.3 MB of superfluous media files for LayoutTests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/http/tests/security/local-video-src-from-remote.html
diff --git a/LayoutTests/http/tests/security/local-video-src-from-remote.html b/LayoutTests/http/tests/security/local-video-src-from-remote.html
index 02ec408f854a55c17670866c99b90ff32fcbec0a..b2cddaf3a7726a0218c617f12369b73dbd0168bf 100644
--- a/LayoutTests/http/tests/security/local-video-src-from-remote.html
+++ b/LayoutTests/http/tests/security/local-video-src-from-remote.html
@@ -60,7 +60,7 @@
endTest();
}
- var localMovie = "file:///tmp/LayoutTests/media/content/scaled-matrix.mov";
+ var localMovie = "file:///tmp/LayoutTests/media/content/test.mp4";
if (window.testRunner) {
localMovie = testRunner.pathToLocalResource(localMovie);
testRunner.dumpAsText();

Powered by Google App Engine