no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / gfx / tests / crashtests / 1228127.html
blob5bd4d1f480c1792a91a209755f4632b15cde5911
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="UTF-8">
5 <script>
7 function boom() {
8 var canvas = document.createElement('canvas');
9 var ctx = canvas.getContext('2d');
10 ctx.scale(49572022, 5988146080);
11 ctx.rotate(243.375);
12 ctx.transform(55.3, 963, 130.57142857142858, 26, 48.4, 13.666666666666666);
13 ctx.lineWidth = 212.5;
14 ctx.strokeText("abcdefghijklmnopqrstuvw", 0, 0, 329.3333333333333);
17 </script>
18 </head>
19 <body onload="boom();"></body>
20 </html>