Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/apple-security
/
.
/
LayoutTests
/
editing
/
selection
/
soft-line-break-no-paint-expected.html
blob: e2b3d7c36a235a816f9c04957c25250e2502673c [
file
] [
edit
]
<div
style
=
"
white-space
:
pre
"
>
first
<br>
second
</div>
<script>
window
.
getSelection
().
selectAllChildren
(
document
.
querySelector
(
"div"
));
</script>