summaryrefslogtreecommitdiffstats
path: root/dom/canvas/crashtests/1357092.html
blob: 110aa7e86e44601b69a361a5b6eb54cfa5602d2a (plain)
1
2
3
4
5
6
7
8
9
10
<html>
    <head>
        <script>
            o1 = document.createElement("canvas");
            o1.setAttribute("width", "100000");
            o2 = o1.getContext("2d");
            o2.bezierCurveTo(64, 1, 1, 1, 1, 1);
        </script>
    </head>
</html>