blob: 902aed1c751465c3062b6a6b77833542fe3bdcfe [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<p id="text" style="font-family: -apple-system">12</p>
<script>
var text = document.getElementById("text").firstChild;
getSelection().setBaseAndExtent(text, 1, text, 2);
</script>
</body>
</html>