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

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

Issue 1780043002: Add download button to MediaDocument on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/virtual/android/media/mediadocument/media-document-with-download-button.html
diff --git a/third_party/WebKit/LayoutTests/virtual/android/media/mediadocument/media-document-with-download-button.html b/third_party/WebKit/LayoutTests/virtual/android/media/mediadocument/media-document-with-download-button.html
new file mode 100644
index 0000000000000000000000000000000000000000..bd1aabe51367f0dac84dfbd02e15dfa89802b41a
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/virtual/android/media/mediadocument/media-document-with-download-button.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<script src="../../../../resources/run-after-layout-and-paint.js"></script>
+<script>
+ if (window.testRunner)
+ testRunner.waitUntilDone();
+
+ function frameLoaded()
+ {
+ if (window.testRunner)
+ testRunner.notifyDone();
+ }
+</script>
+<p>
+ This tests that in a standalone media document with audio content, a download button is positioned below the
+ media element.
+</p>
+<iframe src="../../../../media/content/silence.wav" id="fr" width=380 height=330 onload="frameLoaded()"></iframe>

Powered by Google App Engine
This is Rietveld 408576698