- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 03 Dec 2009 11:43:56 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/testsuite/xml In directory hutz:/tmp/cvs-serv13577 Modified Files: propertiesCSS3.xml Log Message: added CSS3 selectors test from the existing test suite http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/html/ (note, one error with transparent color for background, not directly related to selector parsing) Index: propertiesCSS3.xml =================================================================== RCS file: /sources/public/2002/css-validator/autotest/testsuite/xml/propertiesCSS3.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- propertiesCSS3.xml 6 Mar 2009 20:09:24 -0000 1.7 +++ propertiesCSS3.xml 3 Dec 2009 11:43:54 -0000 1.8 @@ -400,7 +400,1559 @@ <warnings>0</warnings> </result> </test> + </type> +<!-- CSS3 test suite http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/html/ --> +<type title="CSS3 Selectors test suite at http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/html/"> + <test profile="css3"> + <url>http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/html/tests/css3-modsel-1.html</url> + <description>Groups of selectors (#1)</description> + <result valid="true"> [...1529 lines suppressed...] + <description>Dynamic handling of combinators (#d2)</description> + <result valid="true"> + <errors>0</errors> + <warnings>0</warnings> + </result> + </test> + + <test profile="css3"> + <url>http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/html/tests/css3-modsel-d4.html</url> + <description>Dynamic updating of :first-child and :last-child (#d4)</description> + <result valid="true"> + <errors>0</errors> + <warnings>0</warnings> + </result> + </test> + + + + </type> </testsuite>
Received on Thursday, 3 December 2009 11:44:05 UTC