diff options
Diffstat (limited to '')
-rw-r--r-- | dom/base/crashtests/706283-1.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dom/base/crashtests/706283-1.html b/dom/base/crashtests/706283-1.html new file mode 100644 index 0000000000..67b618e7fe --- /dev/null +++ b/dom/base/crashtests/706283-1.html @@ -0,0 +1,6 @@ +<!DOCTYPE html> +<script> + +window.requestAnimationFrame(null); + +</script> |