commit | 20651adff7805d35635fcf6a2be9fd6a1e01b40b | [log] [tgz] |
---|---|---|
author | qinmin <[email protected]> | Thu Apr 07 01:05:24 2016 |
committer | Commit bot <[email protected]> | Thu Apr 07 01:06:57 2016 |
tree | a00f88f652f15cfa01240e4a93f1193804168002 | |
parent | 696328b73733342f0335b1f3e6b1064fbfea40ce [diff] [blame] |
Add download button to MediaDocument on Android. For a MediaDocument on android, it is not easy to long press the element and download audio. This change adds a download button to the MediaDocument on android. This facilitates user to save the media file locally. UI Review: https://groups.google.com/a/google.com/forum/#!msg/chrome-ui-review/XzyQ2QsVyRE/0x5jU-KECwAJ Mocks: https://folio.googleplex.com/chrome-ux/mocks/065-downloads/06-media/022216_Buttons BUG=590043 Review URL: https://codereview.chromium.org/1780043002 Cr-Commit-Position: refs/heads/master@{#385607}
diff --git a/third_party/WebKit/LayoutTests/VirtualTestSuites b/third_party/WebKit/LayoutTests/VirtualTestSuites index e243fe1..f9f5f74 100644 --- a/third_party/WebKit/LayoutTests/VirtualTestSuites +++ b/third_party/WebKit/LayoutTests/VirtualTestSuites
@@ -98,6 +98,11 @@ "--disable-composited-antialiasing"] }, { + "prefix": "android", + "base": "media/mediadocument", + "args": ["--enable-features=MediaDocumentDownloadButton"] + }, + { "prefix": "stable", "base": "fast/css3-text/css3-text-decoration/stable", "args": ["--stable-release-mode"]