5 testRunner
.dumpAsText();
8 var p
= document
.createElement("p");
9 p
.appendChild(document
.createTextNode("PASS"));
10 document
.body
.appendChild(p
);
15 The following PNG will attempt to render a bad row.
16 If the test succeeds this should not crash.
17 <img onload=
"loaded()" src=
"resources/png-extra-row-crash.png">