Sign in
webkit
/
WebKit
/
d4f65fcc3c5c5e5acf4da0072f42bc48017306dc
/
.
/
LayoutTests
/
css3
/
selectors3
/
xml
/
css3-modsel-147a.css
blob: c6c180e101cacf4edce7cc4cc29f0b7c33f1be89 [
file
] [
log
] [
blame
]
line
{
display
:
block
;
}
[
type
~=
match
]
{
background
:
red
;
}
line
:
nth-last-of-type
(
3n
-
1
)
{
background
:
lime
;
}
[
hidden
]
{
visibility
:
collapse
;
}