summaryrefslogtreecommitdiffstats
path: root/dom/canvas/crashtests/1099143-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/canvas/crashtests/1099143-1.html')
-rw-r--r--dom/canvas/crashtests/1099143-1.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/dom/canvas/crashtests/1099143-1.html b/dom/canvas/crashtests/1099143-1.html
new file mode 100644
index 0000000000..30bb3a0033
--- /dev/null
+++ b/dom/canvas/crashtests/1099143-1.html
@@ -0,0 +1,5 @@
+<script>
+ var canvas = document.createElement("canvas");
+ var context = canvas.getContext("2d");
+ context.fillText("", 0, 0);
+</script>