Rubber-stamped by Brady Eidson.
[webbrowser.git] / LayoutTests / media / video-no-audio.html
blobed00889d1c556e1a435678b26a7bbe7acb95df45
1 <html>
2 <head>
3 <script>
4 if (window.layoutTestController)
5 layoutTestController.waitUntilDone();
7 function finish()
9 if (window.layoutTestController)
10 layoutTestController.notifyDone();
12 </script>
13 </head>
14 <body>
15 <p>Movie with no audio track. The volume button should not render.</p>
16 <video src="content/scaled-matrix.mov" controls onload="finish()"></video>
17 </body>
18 </html>