summaryrefslogtreecommitdiffstats
path: root/dom/canvas/crashtests/1161277-1.html
blob: 3e04dc46dadf3e1fd3e5be619daf17a21b398008 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<script>

function boom()
{
    var canvas = document.createElement('canvas');
    var ctx = canvas.getContext('2d');
    ctx.setTransform(0.2988847856952777, 26589683732.25, -562949953421312, 5, 4503599627370495, -2735897607.139075);
    ctx.bezierCurveTo(-1023, -4611686018427388000, 4194303, -536870911, 45139.65058316886, 35184372088833);
    ctx.setLineDash([1.2307692307692308]);
    ctx.setTransform(0, 2097152, 0.0005128205128205128, 305943.4982061649, -49282.263290019946, 3);
    ctx.clip("evenodd");
    ctx.scale(-2.3882113703861325, -2);
    ctx.isPointInStroke(2, 86124313031369.77);
}

</script>
</head>
<body onload="boom();"></body>
</html>