Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
<script>
function go() {
a.select();
a.setAttribute("hidden", "");
a.setRangeText("f");
}
</script>
<body onload=go()>
<textarea id="a">-</textarea>