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