1 This test ensures that accessing the context of a zero sized canvas does not crash.
2 <canvas id=
"canvas" width=
"0" height=
"0"></canvas><br />
5 testRunner
.dumpAsText();
7 var context
= document
.getElementById("canvas").getContext("2d");
8 context
.fillStyle
= "green";