Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/https-acid3
/
.
/
editing
/
crashtests
/
selection-modify-extend-backward-character-to-outside-body-in-designMode.html
blob: 9f465cc462115d32bf6a29dac9df967957caad81 [
file
] [
edit
]
<!DOCTYPE html>
<meta
charset
=
"utf-8"
>
<script>
onload
=
()
=>
{
document
.
designMode
=
'on'
;
getSelection
().
selectAllChildren
(
document
.
body
);
getSelection
().
modify
(
'extend'
,
'backward'
,
'character'
);
};
</script>
<audio
controls
>