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