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