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