trisquel-icecat/icecat/testing/web-platform/tests/editing/crashtests/inserthtml-in-inline-editing-host-at-load-event.html

7 lines
176 B
HTML

<html>
<head>
</head>
<body onload="try { document.execCommand('inserthtml', false, '0'); } catch(e) { }"><span id="textarea" contenteditable="true">is</span></body>
</html>