gecko-dev/dom/canvas/crashtests/1357092.html

11 строки
259 B
HTML

<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>