Sign in
webkit
/
WebKit
/
6ac1ae7345a9a50f3760d4fdf5f8c6512c4a9901
/
.
/
Tools
/
TestWebKitAPI
/
Tests
/
mac
/
attributedStringNewlineAtEndOfDocument.html
blob: 55cc46139df2e6e0ab83d837047a25c9641e4c93 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body
contenteditable
>
<div>
a
</div>
<div
id
=
'target'
>
<br>
</div>
<script>
getSelection
().
setPosition
(
target
);
</script>
</body>
</html>