1 2 3 4 5 6
<!doctype html> OuterText <div>innerText</div> <script> getSelection().selectAllChildren(document.body); </script>