Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/DOMParser-interface
/
.
/
selection
/
shadow-dom
/
cross-shadow-boundary-2-ref.html
blob: c9e0068c518a052873d2a56ed6a7ac2a4bb45658 [
file
] [
log
] [
blame
] [
edit
]
<!doctype html>
OuterText
<div>
innerText
</div>
OuterText
<script>
getSelection
().
selectAllChildren
(
document
.
body
);
</script>