blob: 9cc7affd67149e7b15c36498027af909da22e23a [file] [log] [blame] [edit]
<!doctype html>
OuterText
<div>innerText</div>
<script>
getSelection().selectAllChildren(document.body);
</script>