Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /editing/crashtests/delete-in-dd-editing-host-after-selectall-without-focus.html - WPT Dashboard Interop Dashboard
<script>
addEventListener("DOMContentLoaded", () => {
document.querySelector("dd[contenteditable]").blur();
document.querySelector("dd[contenteditable]").addEventListener("DOMNodeRemoved", () => {
document.querySelector("h6").textContent = "";
});
document.execCommand("selectAll");
document.execCommand("delete");
})
</script>
<h6>
<dd contenteditable>