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

Unified Diff: third_party/WebKit/LayoutTests/media/video-controls-overflow-menu-text.html

Issue 2293273002: Add a download button to the media player (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@media-controls
Patch Set: Created 4 years, 3 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/media/video-controls-overflow-menu-text.html
diff --git a/third_party/WebKit/LayoutTests/media/video-controls-overflow-menu-text.html b/third_party/WebKit/LayoutTests/media/video-controls-overflow-menu-text.html
index 9ea0cd2a6c844f0d0762718133d13f9f1eae4cef..430b5672c88ab7a5df7a02844b09dac408348170 100644
--- a/third_party/WebKit/LayoutTests/media/video-controls-overflow-menu-text.html
+++ b/third_party/WebKit/LayoutTests/media/video-controls-overflow-menu-text.html
@@ -20,6 +20,7 @@ async_test(function(t) {
internals.mediaPlayerRemoteRouteAvailabilityChanged(video, true);
video.onloadeddata = t.step_func_done(function() {
+ window.internals.runtimeFlags.MediaControlsDownloadButton = true;
var overflowList = getOverflowList(video);
var children = overflowList.children;
// Ensure that all of the buttons are visible in the right order

Powered by Google App Engine
This is Rietveld 408576698