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