blob: 795501e6c6d78ebb117f3f9890d5ceb376bf8498 [file] [log] [blame]
<html>
<head>
<script>
if (window.testRunner)
testRunner.waitUntilDone();
function test()
{
if (window.testRunner)
testRunner.notifyDone();
}
</script>
</head>
<body onload="setTimeout(test, 250)">
<p>Slider drawing with no source. The controls should render correctly.</p>
<video src="" controls style="border:1px solid black"></video>
</body>
</html>