- From: Julien Grand-Mourcel via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 20 Sep 2007 09:34:04 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/testsuite/xml In directory hutz:/tmp/cvs-serv11565/autotest/testsuite/xml Modified Files: general.xml Log Message: New tests case for the "no profile" function... Index: general.xml =================================================================== RCS file: /sources/public/2002/css-validator/autotest/testsuite/xml/general.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- general.xml 19 Apr 2006 07:55:35 -0000 1.1 +++ general.xml 20 Sep 2007 09:34:02 -0000 1.2 @@ -136,6 +136,32 @@ </result> </test> </type> + <type title="no profile"> + <test profile="none"> + <file>testsuite/general/no_profile/valid.css</file> + <description>properties don't exist in CSS 2.1 but exists in CSS3</description> + <result valid="true"> + <errors>0</errors> + <warnings>2</warnings> + </result> + </test> + <test profile="css21"> + <file>testsuite/general/no_profile/valid.css</file> + <description>properties don't exist in CSS 2.1 but exists in CSS3<br/>But profile is set to CSS 2.1</description> + <result valid="true"> + <errors>2</errors> + <warnings>0</warnings> + </result> + </test> + <test profile="none"> + <file>testsuite/general/no_profile/invalid.css</file> + <description>properties don't exist in CSS 2.1 but exists in CSS3.<br/>But values are wrong</description> + <result valid="false"> + <errors>2</errors> + <warnings>2</warnings> + </result> + </test> + </type> <type title="parse-errors"> <test> <file>testsuite/general/parse/parse-error1.css</file>
Received on Thursday, 20 September 2007 09:34:13 UTC