Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /editing/crashtests/inserthtml-in-inline-editing-host-at-load-event.html - WPT Dashboard Interop Dashboard
<html>
<head>
</head>
<body onload="try { document.execCommand('inserthtml', false, '0'); } catch(e) { }"><span id="textarea" contenteditable="true">is</span></body>
</html>