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