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