blob: f963c24aa4b2c31e0ebb2f694e167e1837ba2bd0 [file] [log] [blame]
<style>
body { font-size: 64px; font-family: ahem; color: transparent; }
div { outline: 1px dashed green; }
div::selection { background-color: rgba(0, 0, 255, .4); }
</style>
<div id="start" style="line-height: 30px;">queue theory</div>
<div>problem</div>
<div id="end" style="margin-top: -10px;">information</div>
<script>
getSelection().setBaseAndExtent(document.getElementById("start").firstChild, 2, document.getElementById("end").firstChild, 4);
</script>