Chromium Code Reviews| 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..3146e8a5289f0d8b9b5cd3bcb54785464fd9d7f8 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/virtual/android/media/mediadocument/media-document-with-download-button-expected.html |
| @@ -0,0 +1,16 @@ |
| +<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.
|
| +<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> |