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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/media/video-controls-download-button-not-displayed-hide-download-ui.html

Issue 2710713003: Media Controls: Remove download button for infinite streams (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/media/video-controls-hide-download-ui.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/media/video-controls-download-button-not-displayed-hide-download-ui.html
diff --git a/third_party/WebKit/LayoutTests/media/video-controls-hide-download-ui.html b/third_party/WebKit/LayoutTests/http/tests/media/video-controls-download-button-not-displayed-hide-download-ui.html
similarity index 78%
rename from third_party/WebKit/LayoutTests/media/video-controls-hide-download-ui.html
rename to third_party/WebKit/LayoutTests/http/tests/media/video-controls-download-button-not-displayed-hide-download-ui.html
index 1c19c7b4e92a3103cb31cdb31fd87f3811bfe4b0..cc20b092dbbfb95269d559a216b285a616ca424c 100644
--- a/third_party/WebKit/LayoutTests/media/video-controls-hide-download-ui.html
+++ b/third_party/WebKit/LayoutTests/http/tests/media/video-controls-download-button-not-displayed-hide-download-ui.html
@@ -2,14 +2,14 @@
<title>Download button should not appear when hiding download UI.</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="../../media-resources/media-controls.js"></script>
+<script src="../../media-resources/media-file.js"></script>
<video controls></video>
<script>
async_test(function(t) {
window.internals.settings.setHideDownloadUI(true);
var video = document.querySelector("video");
- video.src = findMediaFile("video", "content/test");
+ video.src = findMediaFile("video", "resources/test");
var controlID = "-internal-media-controls-download-button";
var downloadButton = mediaControlsElement(internals.shadowRoot(video).firstChild, controlID);
video.onloadeddata = t.step_func_done(function() {
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/media/video-controls-hide-download-ui.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698