summaryrefslogtreecommitdiffstats
path: root/dom/media/test/crashtests/invalidfmt.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/media/test/crashtests/invalidfmt.html')
-rw-r--r--dom/media/test/crashtests/invalidfmt.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/dom/media/test/crashtests/invalidfmt.html b/dom/media/test/crashtests/invalidfmt.html
new file mode 100644
index 0000000000..10c951dcf8
--- /dev/null
+++ b/dom/media/test/crashtests/invalidfmt.html
@@ -0,0 +1,8 @@
+<html class="reftest-wait">
+ <audio
+ onerror="document.documentElement.removeAttribute('class')"
+ autoplay
+ controls
+ src="fmttoosmall.wav"
+ ></audio>
+</html>