| 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();
|
|
|