summaryrefslogtreecommitdiffstats
path: root/editor/libeditor/crashtests/1701348.html
blob: 1e8c2fbaa7e8a7431a9b00641b874d8a4e90723c (plain)
1
2
3
4
5
6
7
8
9
10
<style>
.c { resize: both }
</style>
<script>
window.onload = () => {
  a.className = "a"
  document.execCommand("delete", false)
}
</script>
<input id="a" autofocus="autofocus" class="c">