blob: f411e151794ada04e7ac151505c8e92edd4228ce [file] [log] [blame]
<html>
<head>
<script src=media-file.js></script>
<script>
if (window.layoutTestController)
layoutTestController.waitUntilDone();
function start()
{
setSrcByTagName("video", findMediaFile("video", "content/counting"));
}
function finish()
{
if (window.layoutTestController)
layoutTestController.notifyDone();
}
</script>
</head>
<body onload="start()">
<p>Movie with no audio track. The volume button should not render.</p>
<video controls oncanplaythrough="finish()"></video>
</body>
</html>