summaryrefslogtreecommitdiffstats
path: root/dom/media/test/crashtests/1798778.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/media/test/crashtests/1798778.html')
-rw-r--r--dom/media/test/crashtests/1798778.html11
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>