2002/css-validator/autotest/testsuite/xml prop-css2.xml,1.2,1.3 prop-css3.xml,1.10,1.11

Update of /sources/public/2002/css-validator/autotest/testsuite/xml
In directory hutz:/tmp/cvs-serv32010

Modified Files:
	prop-css2.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.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- prop-css3.xml	30 Aug 2012 13:09:55 -0000	1.10
+++ prop-css3.xml	30 Aug 2012 17:40:47 -0000	1.11
@@ -1392,6 +1392,13 @@
       <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>
+      <description>Valid text-shadow level css3</description>
+      <result valid="true" />
+    </test>
+  </type>
   <type title="Valid_vertical-align">
     <test profile="css3" warning="no">
       <file>testsuite/properties/positive/vertical-align/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.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- prop-css2.xml	6 Aug 2012 08:26:47 -0000	1.2
+++ prop-css2.xml	30 Aug 2012 17:40:47 -0000	1.3
@@ -461,6 +461,13 @@
       <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>
+      <description>Valid text-shadow level css2</description>
+      <result valid="true" />
+    </test>
+  </type>
   <type title="Valid_vertical-align">
     <test profile="css2" warning="no">
       <file>testsuite/properties/positive/vertical-align/css2/001.css</file>

Received on Thursday, 30 August 2012 17:40:50 UTC