Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /selection/crashtests/selection-details-editor-ui.html - WPT Dashboard Interop Dashboard
<!doctype html>
<meta charset=utf-8>
<style>
*:nth-child(odd) {
display: table-header-group;
}
</style>
<script>
document.addEventListener("DOMContentLoaded", () => {
document.execCommand("enableObjectResizing", false)
document.addEventListener("selectionchange", () => {
document.execCommand("insertImage", false, "x")
document.execCommand("selectAll", false)
}, { once: true });
document.getSelection().collapse(a)
})
</script>
<details open="" contenteditable="true">
<details id="a">