trisquel-icecat/icecat/dom/media/test/crashtests/1850453.html

12 lines
259 B
HTML

<html class="reftest-wait">
<audio id=a src=1850453.flac controls></audio>
<script>
a.play();
a.onplaying = function() {
a.currentTime = 0.5;
}
a.onseeked = function () {
document.documentElement.removeAttribute("class")
}
</script>
</html>