4 testRunner
.dumpAsText();
8 var template
= document
.getElementById('template');
10 img
.src
= 'resources/blue_rect.jpg';
13 template
.appendChild(img
);
16 <body onload=
"insert()">
17 <pre id=
"result">PASS - didn't crash.
</pre>
18 <template id =
"template"></template>