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