blob: d1b758c48b6e5ea4cca6187809bc5584fcb1d75f [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src=../../media-resources/video-test.js></script>
<script>
function start()
{
findMediaElement();
waitForEvent('canplaythrough', canplaythrough);
video.src = "../resources/hls/audio-tracks.m3u8";
}
function canplaythrough()
{
testExpected("window.internals.mediaElementHasCharacteristic(video, 'Audible')", true);
endTest();
}
</script>
</head>
<body onload="start()">
<video id="video"></video>
</body>
</html>