summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/editing/crashtests/inserthtml-in-inline-editing-host-at-load-event.html
blob: 22f172856adc852499478cccaca685cd4d49f837 (plain)
1
2
3
4
5
6
7
<html>
<head>
</head>

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

</html>