summaryrefslogtreecommitdiffstats
path: root/dom/canvas/crashtests/780392-1.html
blob: 2112c9a7592856b9bdf9e1e1a4e0ebdd4bde1eed (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype HTML>
<html>
<body>
<canvas id="c" width="10000" height="10000"></canvas>
<script>
var ctx = document.getElementById("c").getContext("2d");
ctx.fillText("Hello world!", 50, 50);
</script>
</body>
</html>