3 var observer = new MutationObserver(()=>{p1.replaceWith(p2)});
4 observer.observe(select,{childList:true});
6 document.head.appendChild(p2);
7 var object = document.createElement("object");
8 var frame = document.createElement("frame");
9 audio.appendChild(option);
10 p1.appendChild(object);
12 document.all[9].appendChild(frame);
13 if (window.testRunner) {
14 testRunner.dumpAsText();
15 alert("test passed because nothing crashed");
19 <body onload=runTest()>
24 <option id="option"></option>