1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/content/canvas/crashtests/916128-1.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,13 @@ 1.4 +<script> 1.5 +o0 = document.createElement('canvas'); 1.6 +(document.body || document.documentElement).appendChild(o0); 1.7 +o1 = o0.getContext('2d'); 1.8 +o2 = document.createElement('img'); 1.9 +//o2.src = "image2.png"; 1.10 +o3 = o1.createImageData(0.7409945472006207, 0.8815588599260801); 1.11 +o1.save(); 1.12 +o1.mozCurrentTransform = [0.18777365986904448, 4, 4, -2048, 3, 32]; 1.13 +o0.width = 0.52; 1.14 +o1.putImageData(o3, -32, -0.16596290333335356); 1.15 +o0.toBlob(function() {}, "video/mp4", 16); 1.16 +</script>