Sign in
webkit
/
WebKit
/
ff4cb3c2323f3937e96e08f4f6fbe6c7755f9da5
/
.
/
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>