Sign in
webkit
/
WebKit
/
987c9c4fb060cfd3a6fd05efa8323fb27085d2f0
/
.
/
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
}