Sign in
webkit
/
WebKit
/
b4234713c85383e00e81c500ff74ee340e8a262a
/
.
/
LayoutTests
/
css1
/
pseudo
/
firstletter-surrogate.html
blob: 8b34233dbefae60148d153291607338dd1eb28f3 [
file
] [
log
] [
blame
]
<style>
p
::
first-letter
{
background
:
red
;
}
</style>
This test makes sure that the ::first-letter pseudoclass works with first
letters that require surrogates when written in UTF-16.
<p>
𝌆Lorem ipsum (1)
</p>