<!-- 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> |