summaryrefslogtreecommitdiffstats
path: root/dom/media/test/crashtests/844563.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/media/test/crashtests/844563.html')
-rw-r--r--dom/media/test/crashtests/844563.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/dom/media/test/crashtests/844563.html b/dom/media/test/crashtests/844563.html
new file mode 100644
index 0000000000..a3cb91838d
--- /dev/null
+++ b/dom/media/test/crashtests/844563.html
@@ -0,0 +1,5 @@
+<script>
+var a = document.createElementNS("http://www.w3.org/1999/xhtml", "audio");
+a.preservesPitch = a;
+</script>
+