blob: ffa0fbc6bc731dfdb1c03e7ca2ee23b26a579fbd [file] [log] [blame]
<!-- webkit-test-runner [ enableModernMediaControls=false ] -->
<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>