summaryrefslogtreecommitdiffstats
path: root/dom/media/test/crashtests/audiocontext-double-suspend.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/media/test/crashtests/audiocontext-double-suspend.html')
-rw-r--r--dom/media/test/crashtests/audiocontext-double-suspend.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/dom/media/test/crashtests/audiocontext-double-suspend.html b/dom/media/test/crashtests/audiocontext-double-suspend.html
new file mode 100644
index 0000000000..98399549bd
--- /dev/null
+++ b/dom/media/test/crashtests/audiocontext-double-suspend.html
@@ -0,0 +1,5 @@
+<script>
+var ac = new AudioContext();
+ac.resume();
+ac.resume();
+</script>