repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
css3
/
selectors3
/
xml
/
css3-modsel-31.css
blob
9964001bab3b61809c7cff774d75e3dee78f0658
1
.red
{
background-color
:
red
}
2
p
:
nth-last-of-type
(
3
) {
background-color
:
lime
}
3
dl
> :
nth-last-of-type
(
3n
+
1
) {
background-color
:
lime
}