summaryrefslogtreecommitdiffstats
path: root/editor/libeditor/crashtests/1443664.html
blob: 033d1a979ad11e2b68d0ff1d3835b9feec9217fe (plain)
1
2
3
4
5
6
7
8
9
10
<style>
input:focus { counter-increment: c; }
</style>
<script>
function go() {
  a.select();
}
</script>
<body onload=go()>
<input id="a" type="number" contenteditable="true">