| Index: third_party/WebKit/LayoutTests/http/tests/media/video-controls-overflow-menu-correct-ordering.html
|
| diff --git a/third_party/WebKit/LayoutTests/media/video-controls-overflow-menu-correct-ordering.html b/third_party/WebKit/LayoutTests/http/tests/media/video-controls-overflow-menu-correct-ordering.html
|
| similarity index 86%
|
| rename from third_party/WebKit/LayoutTests/media/video-controls-overflow-menu-correct-ordering.html
|
| rename to third_party/WebKit/LayoutTests/http/tests/media/video-controls-overflow-menu-correct-ordering.html
|
| index b849934c333cb2dc4529dbb02068773d973f5e46..b9eca1e689fb8397b8723669f272afd3e0684135 100644
|
| --- a/third_party/WebKit/LayoutTests/media/video-controls-overflow-menu-correct-ordering.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/media/video-controls-overflow-menu-correct-ordering.html
|
| @@ -2,9 +2,9 @@
|
| <title>Overflow menu children appear in correct order.</title>
|
| <script src="../resources/testharness.js"></script>
|
| <script src="../resources/testharnessreport.js"></script>
|
| -<script src="media-controls.js"></script>
|
| -<script src="media-file.js"></script>
|
| -<script src="overflow-menu.js"></script>
|
| +<script src="../../media-resources/media-controls.js"></script>
|
| +<script src="../../media-resources/media-file.js"></script>
|
| +<script src="../../media-resources/overflow-menu.js"></script>
|
|
|
| <!--Padding ensures the overflow menu is visible for the tests. -->
|
| <body style="padding-top: 200px; padding-left: 100px">
|
| @@ -13,7 +13,7 @@
|
| async_test(function(t) {
|
| // Set up video
|
| var video = document.querySelector("video");
|
| - video.src = findMediaFile("video", "content/test");
|
| + video.src = findMediaFile("video", "resources/test");
|
| video.setAttribute("width", "60");
|
| // Add captions
|
| var track = video.addTextTrack("captions");
|
|
|