diff options
Diffstat (limited to '')
-rw-r--r-- | dom/canvas/crashtests/1546390.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dom/canvas/crashtests/1546390.html b/dom/canvas/crashtests/1546390.html new file mode 100644 index 0000000000..b44eb8ea47 --- /dev/null +++ b/dom/canvas/crashtests/1546390.html @@ -0,0 +1,11 @@ +<html> +<head> + <script> + function start () { + new OffscreenCanvas(1, 127).toBlob() + } + + window.addEventListener('load', start) + </script> +</head> +</html> |