Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <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.
| |
| 2 <script> | |
| 3 if (window.testRunner) | |
| 4 testRunner.waitUntilDone(); | |
| 5 | |
| 6 function frameLoaded() | |
| 7 { | |
| 8 if (window.testRunner) | |
| 9 testRunner.notifyDone(); | |
| 10 } | |
| 11 </script> | |
| 12 <p> | |
| 13 This tests that in a standalone media document with audio content, a downloa d button is positioned below the | |
| 14 media element. | |
| 15 </p> | |
| 16 <iframe src="resources/standalone-audio.html" id="fr" width=380 height=330 onloa d="frameLoaded()"></iframe> | |
| OLD | NEW |