diff options
Diffstat (limited to 'dom/canvas/crashtests/1284578-1.html')
-rw-r--r-- | dom/canvas/crashtests/1284578-1.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dom/canvas/crashtests/1284578-1.html b/dom/canvas/crashtests/1284578-1.html new file mode 100644 index 0000000000..ba6e5f9630 --- /dev/null +++ b/dom/canvas/crashtests/1284578-1.html @@ -0,0 +1,8 @@ +<canvas id='i0'></canvas> +<script> +var c=document.getElementById('i0').getContext('2d'); +c.bezierCurveTo(157,351,351,44,946,701); +c.quadraticCurveTo(260,-9007199254740991,945,145); +c.translate(-9007199254740991,239); +c.isPointInPath(988,439); +</script>
\ No newline at end of file |