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