summaryrefslogtreecommitdiffstats
path: root/dom/canvas/crashtests/1546390.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/canvas/crashtests/1546390.html')
-rw-r--r--dom/canvas/crashtests/1546390.html11
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>