Sign in
webkit
/
WebKit
/
9394a477fd489d69e02f177e78e26b46ac6f7705
/
.
/
LayoutTests
/
editing
/
selection
/
soft-line-break-no-paint.html
blob: b04033ec2a8b14be03bc95b6295caf61379ec88b [
file
] [
log
] [
blame
]
<div
style
=
"
white-space
:
pre
"
>
first
second
</div>
<script>
window
.
getSelection
().
selectAllChildren
(
document
.
querySelector
(
"div"
));
</script>