Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /dom/nodes/crashtests/document-replaceChild-input-documentElement.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>Node.replaceChild()</title>
<link rel="author" title="Oriol Brufau" href="obrufau@igalia.com">
<script>
document.replaceChild(document.createElement("input"), document.documentElement);
</script>