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