Sign in
webkit
/
WebKit
/
6ac1ae7345a9a50f3760d4fdf5f8c6512c4a9901
/
.
/
LayoutTests
/
fast
/
text
/
mac
/
select-character-before-zero-width-joiner.html
blob: fa2f3e8d65ce29d9aceceb4eac3417a7701fda25 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<p
id
=
"text"
style
=
"
font-family
:
-apple-system
"
>
12‍
</p>
<script>
var
text
=
document
.
getElementById
(
"text"
).
firstChild
;
getSelection
().
setBaseAndExtent
(
text
,
1
,
text
,
2
);
</script>
</body>
</html>