trisquel-icecat/icecat/dom/media/test/crashtests/1903669.html
2025-10-06 02:35:48 -06:00

12 lines
280 B
HTML

<!DOCTYPE html>
<html class="reftest-wait">
<video id=a src="1903669.mp4" controls autoplay></audio>
<script>
a.onloadedmetadata = function() {
a.play();
}
a.onerror = a.onended = function() {
document.documentElement.removeAttribute("class");
}
</script>
</html>