- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 19 Oct 2012 10:29:29 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/testsuite/xml In directory hutz:/tmp/cvs-serv27021 Modified Files: prop-css3.xml Log Message: gen Index: prop-css3.xml =================================================================== RCS file: /sources/public/2002/css-validator/autotest/testsuite/xml/prop-css3.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- prop-css3.xml 27 Sep 2012 15:10:39 -0000 1.18 +++ prop-css3.xml 19 Oct 2012 10:29:27 -0000 1.19 @@ -5,6 +5,23 @@ where warning means warninglevel in use (0 => normal, no => none). --> <testsuite> + <type title="Valid_animation"> + <test profile="css3" warning="no"> + <file>testsuite/properties/positive/animation/css3/001.css</file> + <description>Valid animation level css3</description> + <result valid="true" /> + </test> + <test profile="css3" warning="no"> + <file>testsuite/properties/positive/animation/css3/002.css</file> + <description>Valid animation level css3</description> + <result valid="true" /> + </test> + <test profile="css3" warning="no"> + <file>testsuite/properties/positive/animation/css3/003.css</file> + <description>Valid animation level css3</description> + <result valid="true" /> + </test> + </type> <type title="Valid_animation-delay"> <test profile="css3" warning="no"> <file>testsuite/properties/positive/animation-delay/css3/001.css</file> @@ -1676,6 +1693,13 @@ <result valid="true" /> </test> </type> + <type title="Valid_transition"> + <test profile="css3" warning="no"> + <file>testsuite/properties/positive/transition/css3/001.css</file> + <description>Valid transition level css3</description> + <result valid="true" /> + </test> + </type> <type title="Valid_transition-delay"> <test profile="css3" warning="no"> <file>testsuite/properties/positive/transition-delay/css3/001.css</file>
Received on Friday, 19 October 2012 10:29:35 UTC