blob: 0b91f7bb9e98fc1763510498e0aa42268bad8d9a [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src=../../media-resources/video-test.js></script>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.setAlwaysAcceptCookies(true);
testRunner.waitUntilDone();
}
function start() {
video = document.getElementById('video');
waitForEventAndEnd('progress');
waitForEventAndFail('stalled');
video.src = "../resources/hls/test-vod.m3u8";
}
</script>
</head>
<body onload="start()">
<video id="video"></video>
</body>
</html>