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