blob: 47b6d27473255e790437e2c6d39e0a147157dbc6 [file] [log] [blame]
<style>
div::selection { background-color: green; }
</style>
<div id="target" style="font-size: 16px; height: 20px; line-height: 48px;">
The House
</div>
<script>
getSelection().setBaseAndExtent(target, 0, target, 1);
</script>