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

Update of /sources/public/2002/css-validator/autotest/testsuite/properties/positive/animation-delay/css3
In directory hutz:/tmp/cvs-serv5166/animation-delay/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 ---
y { animation-delay: initial }
z { animation-delay: inherit }
a { animation-delay: 0s }
b { animation-delay: -10s }
c { animation-delay: 1000ms }
d { animation-delay: 1s }
e { animation-delay: 1s, 0s, 10ms }
f { animation-delay: 1s, -10s }
g { animation-delay: -1s, 1000s }
h { animation-delay: 1s, 1s, 1s, 1s, 1s, 1s, 1s, 1s, 1s, 1s, 1s, 1s }

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