- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 04 Sep 2012 09:11:58 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/testsuite/xml
In directory hutz:/tmp/cvs-serv29322
Modified Files:
prop-css1.xml prop-css2.xml prop-css21.xml prop-css3.xml
Log Message:
sync
Index: prop-css3.xml
===================================================================
RCS file: /sources/public/2002/css-validator/autotest/testsuite/xml/prop-css3.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- prop-css3.xml 3 Sep 2012 15:08:50 -0000 1.15
+++ prop-css3.xml 4 Sep 2012 09:11:56 -0000 1.16
@@ -1333,6 +1333,13 @@
<result valid="true" />
</test>
</type>
+ <type title="Valid_hanging-punctuation">
+ <test profile="css3" warning="no">
+ <file>testsuite/properties/positive/hanging-punctuation/css3/001.css</file>
+ <description>Valid hanging-punctuation level css3</description>
+ <result valid="true" />
+ </test>
+ </type>
<type title="Valid_height">
<test profile="css3" warning="no">
<file>testsuite/properties/positive/height/css3/001.css</file>
@@ -1397,6 +1404,11 @@
</test>
</type>
<type title="Valid_text-align-last">
+ <test profile="css3" warning="no">
+ <file>testsuite/properties/positive/text-align-last/css3/001.css</file>
+ <description>Valid text-align-last level css3</description>
+ <result valid="true" />
+ </test>
</type>
<type title="Valid_text-decoration">
<test profile="css3" warning="no">
@@ -1461,6 +1473,20 @@
<result valid="true" />
</test>
</type>
+ <type title="Valid_text-indent">
+ <test profile="css3" warning="no">
+ <file>testsuite/properties/positive/text-indent/css3/001.css</file>
+ <description>Valid text-indent level css3</description>
+ <result valid="true" />
+ </test>
+ </type>
+ <type title="Valid_text-justify">
+ <test profile="css3" warning="no">
+ <file>testsuite/properties/positive/text-justify/css3/001.css</file>
+ <description>Valid text-justify level css3</description>
+ <result valid="true" />
+ </test>
+ </type>
<type title="Valid_text-shadow">
<test profile="css3" warning="no">
<file>testsuite/properties/positive/text-shadow/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.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- prop-css2.xml 3 Sep 2012 15:08:50 -0000 1.5
+++ prop-css2.xml 4 Sep 2012 09:11:56 -0000 1.6
@@ -468,6 +468,13 @@
<result valid="true" />
</test>
</type>
+ <type title="Valid_text-indent">
+ <test profile="css2" warning="no">
+ <file>testsuite/properties/positive/text-indent/css2/001.css</file>
+ <description>Valid text-indent level css2</description>
+ <result valid="true" />
+ </test>
+ </type>
<type title="Valid_text-shadow">
<test profile="css2" warning="no">
<file>testsuite/properties/positive/text-shadow/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.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- prop-css21.xml 3 Sep 2012 15:08:50 -0000 1.4
+++ prop-css21.xml 4 Sep 2012 09:11:56 -0000 1.5
@@ -511,6 +511,13 @@
<result valid="true" />
</test>
</type>
+ <type title="Valid_text-indent">
+ <test profile="css21" warning="no">
+ <file>testsuite/properties/positive/text-indent/css21/001.css</file>
+ <description>Valid text-indent level css21</description>
+ <result valid="true" />
+ </test>
+ </type>
<type title="Valid_text-transform">
<test profile="css21" warning="no">
<file>testsuite/properties/positive/text-transform/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.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- prop-css1.xml 3 Sep 2012 15:08:50 -0000 1.4
+++ prop-css1.xml 4 Sep 2012 09:11:56 -0000 1.5
@@ -403,6 +403,13 @@
<result valid="true" />
</test>
</type>
+ <type title="Valid_text-indent">
+ <test profile="css1" warning="no">
+ <file>testsuite/properties/positive/text-indent/css1/001.css</file>
+ <description>Valid text-indent level css1</description>
+ <result valid="true" />
+ </test>
+ </type>
<type title="Valid_text-transform">
<test profile="css1" warning="no">
<file>testsuite/properties/positive/text-transform/css1/001.css</file>
Received on Tuesday, 4 September 2012 09:11:59 UTC