Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/CSS2/replace-root-with-trailing-comment-crash.html - WPT Dashboard Interop Dashboard
<html>
<script>
document.addEventListener("DOMContentLoaded", () => {
document.documentElement.replaceWith(a)
})
</script>
<dl id="a">a</dl>
</html>
<!-- This comment is needed to trigger the crash -->