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