summaryrefslogtreecommitdiffstats
path: root/dom/canvas/crashtests/1305085-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/canvas/crashtests/1305085-1.html')
-rw-r--r--dom/canvas/crashtests/1305085-1.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/dom/canvas/crashtests/1305085-1.html b/dom/canvas/crashtests/1305085-1.html
new file mode 100644
index 0000000000..017d10eb1b
--- /dev/null
+++ b/dom/canvas/crashtests/1305085-1.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html>
+<script>
+var c = document.createElementNS('http://www.w3.org/1999/xhtml', 'canvas');
+var cx = c.getContext('2d');
+cx.setTransform(1, 2, 2, 4, 0.41577222277777554, 0.89);
+cx.fillText("AA",2048,4);
+</script>
+</html>