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

Update of /sources/public/2002/css-validator/autotest/testsuite/properties/positive/animation-direction/css3
In directory hutz:/tmp/cvs-serv5166/animation-direction/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-direction:  normal }
b { animation-direction:  reverse }
c { animation-direction:  alternate }
d { animation-direction:  alternate-reverse }
e { animation-direction:  normal, reverse }
f { animation-direction:  alternate-reverse, normal, reverse }
g { animation-direction:  reverse, reverse, reverse, reverse, normal, normal, normal }
y { animation-direction:  initial }
z { animation-direction:  inherit }

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