diff options
Diffstat (limited to 'dom/canvas/crashtests/1099143-1.html')
-rw-r--r-- | dom/canvas/crashtests/1099143-1.html | 5 |
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 000000000..30bb3a003 --- /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> |