Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/DOMParser-interface
/
.
/
selection
/
shadow-dom
/
cross-shadow-boundary-5-ref.html
blob: 2abfd911ecd6bae6ea738ce91a98f43d9e7233ee [
file
] [
log
] [
blame
] [
edit
]
<!doctype html>
OuterText1
<div>
innerText1
</div>
OuterText2
<div>
innerText2
</div>
OuterText3
<script>
getSelection
().
setBaseAndExtent
(
document
.
body
.
firstChild
,
3
,
document
.
body
.
childNodes
[
4
],
3
);
</script>