blob: 58866a5f2f5eaf74736ff3f225cb3409490df17e [file] [log] [blame]
<html>
<head>
<title>Test that accessing member of a non loaded video works.</title>
<script src=video-test.js></script>
<script>
function test()
{
findMediaElement();
run("video.played");
run("video.buffered");
run("video.seekable");
run("video.volume");
consoleWrite("SUCCESS");
endTest();
}
</script>
</head>
<body onload="test()">
<video controls></video>
<p>Test that accessing member of a non loaded video works.</p>
</body>
</html>