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