- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 15 Nov 2012 12:51:38 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/testsuite/xml
In directory hutz:/tmp/cvs-serv28953
Modified Files:
prop-css1.xml prop-css2.xml prop-css21.xml 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.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- prop-css3.xml 14 Nov 2012 17:12:38 -0000 1.26
+++ prop-css3.xml 15 Nov 2012 12:51:33 -0000 1.27
@@ -1752,6 +1752,13 @@
<result valid="true" />
</test>
</type>
+ <type title="Valid_list-style">
+ <test profile="css3" warning="no">
+ <file>testsuite/properties/positive/list-style/css3/001.css</file>
+ <description>Valid list-style level css3</description>
+ <result valid="true" />
+ </test>
+ </type>
<type title="Valid_list-style-image">
<test profile="css3" warning="no">
<file>testsuite/properties/positive/list-style-image/css3/001.css</file>
Index: prop-css2.xml
===================================================================
RCS file: /sources/public/2002/css-validator/autotest/testsuite/xml/prop-css2.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- prop-css2.xml 14 Nov 2012 17:12:38 -0000 1.13
+++ prop-css2.xml 15 Nov 2012 12:51:29 -0000 1.14
@@ -594,6 +594,13 @@
<result valid="true" />
</test>
</type>
+ <type title="Valid_list-style">
+ <test profile="css2" warning="no">
+ <file>testsuite/properties/positive/list-style/css2/001.css</file>
+ <description>Valid list-style level css2</description>
+ <result valid="true" />
+ </test>
+ </type>
<type title="Valid_list-style-image">
<test profile="css2" warning="no">
<file>testsuite/properties/positive/list-style-image/css2/001.css</file>
Index: prop-css21.xml
===================================================================
RCS file: /sources/public/2002/css-validator/autotest/testsuite/xml/prop-css21.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- prop-css21.xml 14 Nov 2012 17:12:38 -0000 1.12
+++ prop-css21.xml 15 Nov 2012 12:51:30 -0000 1.13
@@ -637,6 +637,13 @@
<result valid="true" />
</test>
</type>
+ <type title="Valid_list-style">
+ <test profile="css21" warning="no">
+ <file>testsuite/properties/positive/list-style/css21/001.css</file>
+ <description>Valid list-style level css21</description>
+ <result valid="true" />
+ </test>
+ </type>
<type title="Valid_list-style-image">
<test profile="css21" warning="no">
<file>testsuite/properties/positive/list-style-image/css21/001.css</file>
Index: prop-css1.xml
===================================================================
RCS file: /sources/public/2002/css-validator/autotest/testsuite/xml/prop-css1.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- prop-css1.xml 14 Nov 2012 17:12:38 -0000 1.10
+++ prop-css1.xml 15 Nov 2012 12:51:27 -0000 1.11
@@ -417,6 +417,13 @@
<result valid="true" />
</test>
</type>
+ <type title="Valid_list-style">
+ <test profile="css1" warning="no">
+ <file>testsuite/properties/positive/list-style/css1/001.css</file>
+ <description>Valid list-style level css1</description>
+ <result valid="true" />
+ </test>
+ </type>
<type title="Valid_list-style-image">
<test profile="css1" warning="no">
<file>testsuite/properties/positive/list-style-image/css1/001.css</file>
Received on Thursday, 15 November 2012 12:51:39 UTC