summaryrefslogtreecommitdiffstats
path: root/dom/media/test/crashtests/1228484.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/media/test/crashtests/1228484.html')
-rw-r--r--dom/media/test/crashtests/1228484.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/dom/media/test/crashtests/1228484.html b/dom/media/test/crashtests/1228484.html
deleted file mode 100644
index 2b2e9b0f9..000000000
--- a/dom/media/test/crashtests/1228484.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-
-var htmlAudio = new Audio(URL.createObjectURL(new window.MediaSource()));
-
-(new window.AudioContext("ringer")).createMediaElementSource(htmlAudio);
-(new window.AudioContext("alarm")).createMediaElementSource(htmlAudio);
-
-</script>
-</head>
-</html>