trisquel-icecat/icecat/dom/media/test/crashtests/small-timebase.html

10 lines
229 B
HTML

<!DOCTYPE html>
<html class="reftest-wait">
<video id=a src=small-timebase.mp4 controls autoplay></video>
<script>
a.onplaying = function() {
dump("OK");
document.documentElement.removeAttribute("class");
}
</script>
</html>