lib/less/js/test/less/css-3.less in less-2.0.7 vs lib/less/js/test/less/css-3.less in less-2.0.8beta1

- old
+ new

@@ -51,5 +51,15 @@ } p::before { color: black; } + +#issue322 { + -webkit-animation: anim2 7s infinite ease-in-out; +} + +@-webkit-keyframes frames { + 0% { border: 1px } + 5.5% { border: 2px } + 100% { border: 3px } +}