summaryrefslogtreecommitdiffstats
path: root/image/test/crashtests/681190.html
diff options
context:
space:
mode:
Diffstat (limited to 'image/test/crashtests/681190.html')
-rw-r--r--image/test/crashtests/681190.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/image/test/crashtests/681190.html b/image/test/crashtests/681190.html
new file mode 100644
index 000000000..b513d5ac6
--- /dev/null
+++ b/image/test/crashtests/681190.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+<body>
+<canvas id="crashtest" width="50000" height="50000" />
+<script>
+ document.getElementById("crashtest").mozGetAsFile("foo.png", "image/png");
+ document.getElementById("crashtest").mozGetAsFile("foo.jpeg", "image/jpeg");
+</script>
+</body>
+</html>