| Index: third_party/WebKit/LayoutTests/virtual/android/media/mediadocument/media-document-with-download-button-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/virtual/android/media/mediadocument/media-document-with-download-button-expected.html b/third_party/WebKit/LayoutTests/virtual/android/media/mediadocument/media-document-with-download-button-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..8fddc8eb514006c879d1ca2e91b299e2ae13af41
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/virtual/android/media/mediadocument/media-document-with-download-button-expected.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="resources/standalone-audio.html" id="fr" width=380 height=330 onload="frameLoaded()"></iframe>
|
|
|