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

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: using flexbox Created 4 years, 9 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 <script src="../../../../resources/run-after-layout-and-paint.js"></script>
esprehn 2016/03/29 05:10:31 missing doctype
qinmin 2016/03/29 19:23:37 Done.
2 <script>
3 if (window.testRunner)
4 testRunner.waitUntilDone();
5
6 function frameLoaded()
7 {
8 if (window.testRunner)
9 testRunner.notifyDone();
10 }
11 </script>
12 <p>
13 This tests that in a standalone media document with audio content, a downloa d button is positioned below the
14 media element.
15 </p>
16 <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