- From: Carine Bournez via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 20 Sep 2012 16:24:14 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/testsuite/properties/positive/animation-duration/css3
In directory hutz:/tmp/cvs-serv5166/animation-duration/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-duration: initial }
z { animation-duration: inherit }
a { animation-duration: 0s }
b { animation-duration: -10s }
c { animation-duration: 1000ms }
d { animation-duration: 1s }
e { animation-duration: 1s, 0s, 10ms }
f { animation-duration: 1s, -10s }
g { animation-duration: -1s, 1000s }
h { animation-duration: 1s, 1s, 1s, 1s, 1s, 1s, 1s, 1s, 1s, 1s, 1s, 1s }
Received on Thursday, 20 September 2012 16:24:16 UTC