diff options
Diffstat (limited to 'dom/media/test/crashtests/1839193.html')
-rw-r--r-- | dom/media/test/crashtests/1839193.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dom/media/test/crashtests/1839193.html b/dom/media/test/crashtests/1839193.html new file mode 100644 index 0000000000..9892908882 --- /dev/null +++ b/dom/media/test/crashtests/1839193.html @@ -0,0 +1,9 @@ +<html class="reftest-wait"> +<audio id=a src=1839193.adts controls></audio> +<script> + a.play(); + a.onerror = a.onended = () => { + document.documentElement.removeAttribute("class") + } +</script> +</html> |