blob: ed00889d1c556e1a435678b26a7bbe7acb95df45 [file] [log] [blame]
<html>
<head>
<script>
if (window.layoutTestController)
layoutTestController.waitUntilDone();
function finish()
{
if (window.layoutTestController)
layoutTestController.notifyDone();
}
</script>
</head>
<body>
<p>Movie with no audio track. The volume button should not render.</p>
<video src="content/scaled-matrix.mov" controls onload="finish()"></video>
</body>
</html>