gecko-dev/dom/canvas/crashtests/1288872-1.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 строки
148 B
HTML
Исходник Обычный вид История

<canvas id='id0'></canvas>
<script>
var c=document.getElementById('id0').getContext('2d');
c.transform(1,0,1,0,0,0);
c.fillText('A',0,53);
</script>