Sign in
webkit
/
WebKit
/
2bde0edf56b50cba234b331b5ddd67eb5d2a0a71
/
.
/
LayoutTests
/
css3
/
selectors3
/
xml
/
css3-modsel-77.css
blob: d11df54191dac37fc3b49d08d3e3eb471ffa200a [
file
] [
log
] [
blame
]
.
red
{
background-color
:
red
}
.
t1
td
:
not
(:
first-child
)
{
background-color
:
lime
}
p
>
*:
not
(:
first-child
)
{
background-color
:
lime
}
table
.
t1 td
{
border
:
thin black solid
}