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
/
calc.css
1
/* CALC EXPRESSIONS */
2
/* FIXME: negative numbers can be improved */
3
div{width:-webkit-calc(100%+80px+1em);}
4
div{width:-webkit-calc(100%/6);}
5
div{width:-webkit-calc(10%*6);}
6
div{width:calc(-960px+75%);}
7
div{width:calc(100vw-50vw);}