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