Bug 780392. Crashtest. r=bas

--HG--
extra : rebase_source : b2761827d90ceb99818b7beda5bcc596de90d7a3
This commit is contained in:
Nicholas Cameron 2012-08-09 08:17:03 +12:00
parent 4c5a26282f
commit e36380e0c6
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,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>

View File

@ -11,3 +11,4 @@ load 746813-1.html
#load 745818-large-source.html
load 743499-negative-size.html
load 767337-1.html
load 780392-1.html