diff options
Diffstat (limited to 'dom/media/test/crashtests/844563.html')
-rw-r--r-- | dom/media/test/crashtests/844563.html | 5 |
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 000000000..7f9365511 --- /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.mozPreservesPitch = a; +</script> + |