Sign in
webkit
/
WebKit
/
c6951ff6f7d972427c05df8e7c39e3f2d74bf29c
/
.
/
LayoutTests
/
css3
/
selectors3
/
xml
/
css3-modsel-28.css
blob: 863b3d1e93f2e1e4e23915ffa143ea60666d9e6e [
file
] [
log
] [
blame
]
.
red
{
background-color
:
red
}
ul
>
li
:
nth-child
(
odd
)
{
background-color
:
lime
}
ol
>
li
:
nth-child
(
even
)
{
background-color
:
lime
}
table
.
t1
tr
:
nth-child
(-
n
+
4
)
{
background-color
:
lime
}
table
.
t2
td
:
nth-child
(
3n
+
1
)
{
background-color
:
lime
}