summaryrefslogtreecommitdiffstats
path: root/dom/media/test/crashtests/1848660.html
blob: 7bebb9c896e90bbfda828bdeb1f2dcf7d6282f93 (plain)
1
2
3
4
5
6
7
8
9
10
<html class="reftest-wait">
<audio id='a'>
<source src='1848660.wav'>
</audio>
<script>
function done() {
  document.documentElement.removeAttribute("class");
}
a.addEventListener('error', done, true)
</script>