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