6 script0
.removeChild(style0
);
9 style0
=document
.createElement('style');
10 style0
.innerHTML
= 'span { color: blue; }';
12 script0
=document
.createElement('script');
13 script0
.innerHTML
= "callback();";
14 script0
.appendChild(style0
);
15 document
.body
.appendChild(script0
);
17 if (window
.testRunner
)
18 testRunner
.dumpAsText();
20 <p>PASS unless crash
</p>