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