4 <svg xmlns=
"http://www.w3.org/2000/svg">
6 // We had an assertion failure in ChildNodeRemovalNotifier::notifyNodeRemovedFromTree.
8 testRunner
.dumpAsText();
9 var d
= document
.createElement('div');
10 var s
= document
.createElement('script');
11 s
.textContent
= 'document.currentScript.nextSibling.remove();';
13 d
.appendChild(document
.createElement('input'));
14 document
.body
.appendChild(d
);
15 document
.body
.innerHTML
= 'PASS';