Sign in
webkit
/
WebKit
/
f5e6ef275acbaca907e686716ff96c7568ea7068
/
.
/
LayoutTests
/
fast
/
selectors
/
matches-with-pseudo-element.html
blob: e7d9c9bf93eff640c809f7a6a049dc1cb61d1968 [
file
] [
log
] [
blame
]
<style>
:
matches
(
foobar
,
.
outer
.
inner
)::
first-letter
{
font-weight
:
bold
;
}
</style>
<div
class
=
outer
><div
class
=
inner
>
The first letter should be bold
</div></div>