| <!DOCTYPE html> |
| <html> |
| <body> |
| <svg xmlns="http://www.w3.org/2000/svg"> |
| <script> |
| // We had an assertion failure in ChildNodeRemovalNotifier::notifyNodeRemovedFromTree. |
| if (window.testRunner) |
| testRunner.dumpAsText(); |
| var d = document.createElement('div'); |
| var s = document.createElement('script'); |
| s.textContent = 'document.currentScript.nextSibling.remove();'; |
| d.appendChild(s); |
| d.appendChild(document.createElement('input')); |
| document.body.appendChild(d); |
| document.body.innerHTML = 'PASS'; |
| </script></svg> |
| </body> |
| </html> |