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-empty-editable-list-followed-by-non-editable-listitem.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html id="a">
<meta charset="utf-8">
<script id="b">
window.onload = () => {
c.appendChild(document.head)
a.appendChild(d)
document.execCommand("selectAll")
document.execCommand("delete")
}
</script>
<dl id="c" contenteditable="true">
<dt id="d">