summaryrefslogtreecommitdiffstats
path: root/editor/libeditor/crashtests/1470926.html
blob: 9c39710a973fb8647ec9f10738db7dd33bebb5d5 (plain)
1
2
3
4
5
6
7
8
9
<script>
function go() {
  a.select();
  a.setAttribute("hidden", "");
  a.setRangeText("f");
}
</script>
<body onload=go()>
<textarea id="a">-</textarea>