summaryrefslogtreecommitdiffstats
path: root/dom/media/test/crashtests/invalidfmt.html
blob: 10c951dcf85ada9e856101ea7aba32037ea9bf41 (plain)
1
2
3
4
5
6
7
8
<html class="reftest-wait">
  <audio
    onerror="document.documentElement.removeAttribute('class')"
    autoplay
    controls
    src="fmttoosmall.wav"
  ></audio>
</html>