| 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
|
|
|