diff options
Diffstat (limited to 'dom/media/test/crashtests/small-timebase.html')
-rw-r--r-- | dom/media/test/crashtests/small-timebase.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dom/media/test/crashtests/small-timebase.html b/dom/media/test/crashtests/small-timebase.html new file mode 100644 index 0000000000..fffc518e4a --- /dev/null +++ b/dom/media/test/crashtests/small-timebase.html @@ -0,0 +1,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> |