summaryrefslogtreecommitdiffstats
path: root/dom/media/test/crashtests/1798778.html
blob: 300d84afa1ea3fa7a8fb5b897cb8438058bbf2a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
<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>