git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Web Inspector: Add PrettyPrinter CSS tests
[WebKit-https.git]
/
Source
/
WebInspectorUI
/
Tools
/
PrettyPrinting
/
css-tests
/
selectors.css
1
/* SHORT SELECTOR, EMPTY CONTENT */
2
a{}
3
4
/* COMPLEX SELECTOR */
5
div div>div#id.foo.bar:hover .something>.child~.sibling+.sibling::after{color:red;}