eric.carlson@apple.com | 834b1b9 | 2009-08-19 18:10:44 +0000 | [diff] [blame] | 1 | <html> |
| 2 | <head> |
mihaip@chromium.org | 9d9ccc1 | 2011-02-24 23:10:46 +0000 | [diff] [blame] | 3 | <script src=media-file.js></script> |
eric.carlson@apple.com | 834b1b9 | 2009-08-19 18:10:44 +0000 | [diff] [blame] | 4 | <script> |
| 5 | if (window.layoutTestController) |
| 6 | layoutTestController.waitUntilDone(); |
| 7 | |
scherkus@chromium.org | e601420 | 2010-03-25 04:08:43 +0000 | [diff] [blame] | 8 | function start() |
| 9 | { |
| 10 | setSrcByTagName("video", findMediaFile("video", "content/counting")); |
| 11 | } |
| 12 | |
eric.carlson@apple.com | 834b1b9 | 2009-08-19 18:10:44 +0000 | [diff] [blame] | 13 | function finish() |
| 14 | { |
| 15 | if (window.layoutTestController) |
| 16 | layoutTestController.notifyDone(); |
| 17 | } |
| 18 | </script> |
| 19 | </head> |
scherkus@chromium.org | e601420 | 2010-03-25 04:08:43 +0000 | [diff] [blame] | 20 | <body onload="start()"> |
eric.carlson@apple.com | 834b1b9 | 2009-08-19 18:10:44 +0000 | [diff] [blame] | 21 | <p>Movie with no audio track. The volume button should not render.</p> |
scherkus@chromium.org | e601420 | 2010-03-25 04:08:43 +0000 | [diff] [blame] | 22 | <video controls oncanplaythrough="finish()"></video> |
eric.carlson@apple.com | 834b1b9 | 2009-08-19 18:10:44 +0000 | [diff] [blame] | 23 | </body> |
| 24 | </html> |