- From: Jean-Guilhem Rouel via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 27 Sep 2007 08:46:45 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/testsuite/xml
In directory hutz:/tmp/cvs-serv11172/2002/css-validator/autotest/testsuite/xml
Modified Files:
general.xml
Log Message:
reverting to pre no-profile
Index: general.xml
===================================================================
RCS file: /sources/public/2002/css-validator/autotest/testsuite/xml/general.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- general.xml 20 Sep 2007 09:34:02 -0000 1.2
+++ general.xml 27 Sep 2007 08:46:43 -0000 1.3
@@ -136,32 +136,6 @@
</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, 27 September 2007 08:47:26 UTC