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