Sign in
webkit
/
WebKit
/
cca3b771b524f4d40cac25de02ae46d5189d1489
/
.
/
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>