2 <p>Calling toDataURL() on a huge canvas shouldn't crash. If the text above is
"PASS", the test passed.
</p>
3 <canvas id=
"foo" width=
"65536" height=
"65536"></canvas>
5 var canvas
= document
.getElementById('foo');
6 var url
= canvas
.toDataURL();
7 var p
= document
.getElementById('console');
10 testRunner
.dumpAsText();