diff options
Diffstat (limited to 'dom/media/test/crashtests/1762620.html')
-rw-r--r-- | dom/media/test/crashtests/1762620.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dom/media/test/crashtests/1762620.html b/dom/media/test/crashtests/1762620.html new file mode 100644 index 0000000000..b4c705c84f --- /dev/null +++ b/dom/media/test/crashtests/1762620.html @@ -0,0 +1,8 @@ +<audio id='fuzzed' controls> + <source src='fuzzed.wav'> +</audio> +<script> + var m = document.getElementById('fuzzed') + m.addEventListener('canplay', m.play, true) +</script> + |