diff options
Diffstat (limited to 'dom/media/test/crashtests/889042.html')
-rw-r--r-- | dom/media/test/crashtests/889042.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dom/media/test/crashtests/889042.html b/dom/media/test/crashtests/889042.html new file mode 100644 index 0000000000..9f74979c58 --- /dev/null +++ b/dom/media/test/crashtests/889042.html @@ -0,0 +1,4 @@ +<!DOCTYPE html> +<script> + (new AudioContext()).createConvolver().buffer = null; +</script> |