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