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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/android/media/mediadocument/media-document-with-download-button-expected.html

Issue 1780043002: Add download button to MediaDocument on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use base::Feature instead of switches Created 4 years, 8 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <script src="../../../../resources/run-after-layout-and-paint.js"></script>
3 <script>
4 if (window.testRunner)
5 testRunner.waitUntilDone();
6
7 function frameLoaded()
8 {
9 if (window.testRunner)
10 testRunner.notifyDone();
11 }
12 </script>
13 <p>
14 This tests that in a standalone media document with audio content, a downloa d button is positioned below the
15 media element.
16 </p>
17 <iframe src="resources/standalone-audio.html" id="fr" width=380 height=330 onloa d="frameLoaded()"></iframe>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698