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

11 lines
223 B
HTML

<html class="reftest-wait">
<head>
<audio id=a src="adts-truncated.aac" controls></audio>
<script>
a.play();
a.onerror = function() {
document.documentElement.removeAttribute("class");
}
</script>
</head>
</html>