summaryrefslogtreecommitdiffstats
path: root/dom/media/test/crashtests/small-timebase.html
blob: fffc518e4accb0f87dbb9646f2752ea89e3064ca (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html class="reftest-wait">
<video id=a src=small-timebase.mp4 controls autoplay></video>
<script>
a.onplaying = function() {
  dump("OK");
  document.documentElement.removeAttribute("class");
}
</script>
</html>