Sign in
webkit
/
WebKit
/
ff4cb3c2323f3937e96e08f4f6fbe6c7755f9da5
/
.
/
LayoutTests
/
css3
/
selectors3
/
xml
/
css3-modsel-75b.css
blob: af4b20c5f9b924ea2f3df0920ec86e20ea9862ce [
file
] [
log
] [
blame
]
.
green
{
background-color
:
lime
!
important
}
p
:
not
(:
nth-of-type
(
3
))
{
background-color
:
red
}
dl
>
*:
not
(:
nth-of-type
(
3n
+
1
))
{
background-color
:
red
}