Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /editing/crashtests/forwarddelete-in-editable-h1-starts-with-hidden-select.html - WPT Dashboard Interop Dashboard
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<script>
"use strict";
addEventListener("load", () => {
document.execCommand("forwardDelete");
});
</script>
</head><body><h1 contenteditable="true">
<dfn>
<select hidden>
</select>
<del tabindex=100663045" autofocus>
<!-- COMMENT -->
</del>
</dfn>
</h1></body></html>