Sign in
webkit
/
WebKit
/
ec98e19c7765539e056b2410f15b859449f7eda5
/
.
/
LayoutTests
/
fast
/
text
/
mac
/
select-character-before-zero-width-joiner-expected.html
blob: 902aed1c751465c3062b6a6b77833542fe3bdcfe [
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>