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