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