- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 25 Sep 2012 18:42:12 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/testsuite/xml In directory hutz:/tmp/cvs-serv8785 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.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- prop-css3.xml 4 Sep 2012 09:11:56 -0000 1.16 +++ prop-css3.xml 25 Sep 2012 18:42:10 -0000 1.17 @@ -5,6 +5,62 @@ where warning means warninglevel in use (0 => normal, no => none). --> <testsuite> + <type title="Valid_animation-delay"> + <test profile="css3" warning="no"> + <file>testsuite/properties/positive/animation-delay/css3/001.css</file> + <description>Valid animation-delay level css3</description> + <result valid="true" /> + </test> + </type> + <type title="Valid_animation-direction"> + <test profile="css3" warning="no"> + <file>testsuite/properties/positive/animation-direction/css3/001.css</file> + <description>Valid animation-direction level css3</description> + <result valid="true" /> + </test> + </type> + <type title="Valid_animation-duration"> + <test profile="css3" warning="no"> + <file>testsuite/properties/positive/animation-duration/css3/001.css</file> + <description>Valid animation-duration level css3</description> + <result valid="true" /> + </test> + </type> + <type title="Valid_animation-fill-mode"> + <test profile="css3" warning="no"> + <file>testsuite/properties/positive/animation-fill-mode/css3/001.css</file> + <description>Valid animation-fill-mode level css3</description> + <result valid="true" /> + </test> + </type> + <type title="Valid_animation-iteration-count"> + <test profile="css3" warning="no"> + <file>testsuite/properties/positive/animation-iteration-count/css3/001.css</file> + <description>Valid animation-iteration-count level css3</description> + <result valid="true" /> + </test> + </type> + <type title="Valid_animation-name"> + <test profile="css3" warning="no"> + <file>testsuite/properties/positive/animation-name/css3/001.css</file> + <description>Valid animation-name level css3</description> + <result valid="true" /> + </test> + </type> + <type title="Valid_animation-play-state"> + <test profile="css3" warning="no"> + <file>testsuite/properties/positive/animation-play-state/css3/001.css</file> + <description>Valid animation-play-state level css3</description> + <result valid="true" /> + </test> + </type> + <type title="Valid_animation-timing-function"> + <test profile="css3" warning="no"> + <file>testsuite/properties/positive/animation-timing-function/css3/001.css</file> + <description>Valid animation-timing-function level css3</description> + <result valid="true" /> + </test> + </type> <type title="Valid_background"> <test profile="css3" warning="no"> <file>testsuite/properties/positive/background/css3/000-aa.css</file> @@ -1375,6 +1431,34 @@ <result valid="true" /> </test> </type> + <type title="Valid_marquee-direction"> + <test profile="css3" warning="no"> + <file>testsuite/properties/positive/marquee-direction/css3/001.css</file> + <description>Valid marquee-direction level css3</description> + <result valid="true" /> + </test> + </type> + <type title="Valid_marquee-play-count"> + <test profile="css3" warning="no"> + <file>testsuite/properties/positive/marquee-play-count/css3/001.css</file> + <description>Valid marquee-play-count level css3</description> + <result valid="true" /> + </test> + </type> + <type title="Valid_marquee-speed"> + <test profile="css3" warning="no"> + <file>testsuite/properties/positive/marquee-speed/css3/001.css</file> + <description>Valid marquee-speed level css3</description> + <result valid="true" /> + </test> + </type> + <type title="Valid_marquee-style"> + <test profile="css3" warning="no"> + <file>testsuite/properties/positive/marquee-style/css3/001.css</file> + <description>Valid marquee-style level css3</description> + <result valid="true" /> + </test> + </type> <type title="Valid_orphans"> <test profile="css3" warning="no"> <file>testsuite/properties/positive/orphans/css3/001.css</file> @@ -1382,6 +1466,13 @@ <result valid="true" /> </test> </type> + <type title="Valid_overflow-style"> + <test profile="css3" warning="no"> + <file>testsuite/properties/positive/overflow-style/css3/001.css</file> + <description>Valid overflow-style level css3</description> + <result valid="true" /> + </test> + </type> <type title="Valid_overflow-wrap"> <test profile="css3" warning="no"> <file>testsuite/properties/positive/overflow-wrap/css3/001.css</file> @@ -1508,6 +1599,34 @@ <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> + <description>Valid transition-delay level css3</description> + <result valid="true" /> + </test> + </type> + <type title="Valid_transition-duration"> + <test profile="css3" warning="no"> + <file>testsuite/properties/positive/transition-duration/css3/001.css</file> + <description>Valid transition-duration level css3</description> + <result valid="true" /> + </test> + </type> + <type title="Valid_transition-property"> + <test profile="css3" warning="no"> + <file>testsuite/properties/positive/transition-property/css3/001.css</file> + <description>Valid transition-property level css3</description> + <result valid="true" /> + </test> + </type> + <type title="Valid_transition-timing-function"> + <test profile="css3" warning="no"> + <file>testsuite/properties/positive/transition-timing-function/css3/001.css</file> + <description>Valid transition-timing-function level css3</description> + <result valid="true" /> + </test> + </type> <type title="Valid_vertical-align"> <test profile="css3" warning="no"> <file>testsuite/properties/positive/vertical-align/css3/001.css</file>
Received on Tuesday, 25 September 2012 18:42:17 UTC