3 testRunner
.dumpAsText();
5 var polyline
= document
.createElementNS("http://www.w3.org/2000/svg", "polyline");
7 polyline
.points
.appendItem(null);
9 document
.write("Caught exception: " + e
+ "<br>");
11 document
.write("PASSED -- WebKit did not crash!")