2002/css-validator/autotest/testsuite/properties/positive/animation-iteration-count/css3 001.css,NONE,1.1

Update of /sources/public/2002/css-validator/autotest/testsuite/properties/positive/animation-iteration-count/css3
In directory hutz:/tmp/cvs-serv5166/animation-iteration-count/css3

Added Files:
	001.css 
Log Message:
Tests for all CSS3 animations and CSS3 transitions *except shorthands*, pending issue against the specs


--- NEW FILE: 001.css ---
a { animation-iteraction-count: infinite }
b { animation-iteraction-count: 100 }
c { animation-iteraction-count: 0 }
d { animation-iteraction-count: 0.5 }
e { animation-iteraction-count: 40.2 }
f { animation-iteraction-count: infinite, 10 }
g { animation-iteraction-count: 10, infinite }
h { animation-iteraction-count: infinite, 0.5, 1 }
i { animation-iteraction-count: 0.5, 1, infinite }
j { animation-iteraction-count: infinite, infinite, infinite, infinite, 10 }
y { animation-iteraction-count: initial }
z { animation-iteraction-count: inherit }

Received on Thursday, 20 September 2012 16:24:20 UTC