| 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..26ae38669aec5261487e696e257bf3968bf2e39b
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/virtual/android/media/mediadocument/media-document-with-download-button.html
|
| @@ -0,0 +1,16 @@
|
| +<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>
|
|
|