- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 17 Nov 2011 14:07:22 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/testsuite/xml In directory hutz:/tmp/cvs-serv23049/d/xml Added Files: prop-css1.xml prop-css2.xml prop-css21.xml prop-css3.xml Log Message: added start of automatic gen of test suite --- NEW FILE: prop-css3.xml --- <?xml version="1.0" encoding="UTF-8"?> <!-- test markup also accepts 3 properties: warning, profile and medium like <test profile="css2" medium="all" warning="0"> where warning means warninglevel in use (0 => none). --> <testsuite> <type title="Valid_tests_for_z-index"> <test profile="css3" warning="0"> <file>testsuite/properties/positive/z-index/css3/001.css</file> <description>Valid z-index level css3</description> <result valid="true" /> </test> </type> <!-- test markup also accepts 3 properties: warning, profile and medium like <test profile="css2" medium="all" warning="0"> where warning means warninglevel in use (0 => none). --> </testsuite> --- NEW FILE: prop-css2.xml --- <?xml version="1.0" encoding="UTF-8"?> <!-- test markup also accepts 3 properties: warning, profile and medium like <test profile="css2" medium="all" warning="0"> where warning means warninglevel in use (0 => none). --> <testsuite> <type title="Valid_tests_for_z-index"> <test profile="css2" warning="0"> <file>testsuite/properties/positive/z-index/css2/001.css</file> <description>Valid z-index level css2</description> <result valid="true" /> </test> </type> <!-- test markup also accepts 3 properties: warning, profile and medium like <test profile="css2" medium="all" warning="0"> where warning means warninglevel in use (0 => none). --> </testsuite> --- NEW FILE: prop-css21.xml --- <?xml version="1.0" encoding="UTF-8"?> <!-- test markup also accepts 3 properties: warning, profile and medium like <test profile="css2" medium="all" warning="0"> where warning means warninglevel in use (0 => none). --> <testsuite> <type title="Valid_tests_for_z-index"> <test profile="css21" warning="0"> <file>testsuite/properties/positive/z-index/css21/001.css</file> <description>Valid z-index level css21</description> <result valid="true" /> </test> </type> <!-- test markup also accepts 3 properties: warning, profile and medium like <test profile="css2" medium="all" warning="0"> where warning means warninglevel in use (0 => none). --> </testsuite> --- NEW FILE: prop-css1.xml --- <?xml version="1.0" encoding="UTF-8"?> <!-- test markup also accepts 3 properties: warning, profile and medium like <test profile="css2" medium="all" warning="0"> where warning means warninglevel in use (0 => none). --> <testsuite> <!-- test markup also accepts 3 properties: warning, profile and medium like <test profile="css2" medium="all" warning="0"> where warning means warninglevel in use (0 => none). --> </testsuite>
Received on Thursday, 17 November 2011 14:07:51 UTC