no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / gfx / tests / crashtests / 766422-2.html
blobfe4819354a6f6f5befafc0a755874ce11098a8dd
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script>
6 function boom()
8 var ctx = document.getElementById("c").getContext('2d');
9 ctx.stroke();
12 </script>
13 </head>
14 <body onload="boom();">
15 <canvas id="c" width="800" style="overflow: clip; transform: skewY(30rad);"></canvas>
16 </body>
17 </html>