- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 03 Jan 2010 21:06:47 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/testsuite/xml
In directory hutz:/tmp/cvs-serv30229
Modified Files:
propertiesCSS3.xml
Log Message:
added background-size
Index: propertiesCSS3.xml
===================================================================
RCS file: /sources/public/2002/css-validator/autotest/testsuite/xml/propertiesCSS3.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- propertiesCSS3.xml 3 Jan 2010 17:27:01 -0000 1.12
+++ propertiesCSS3.xml 3 Jan 2010 21:06:45 -0000 1.13
@@ -2053,6 +2053,11 @@
<description>css3-background: Valid 'background-repeat' values</description>
<result valid="true"/>
</test>
+ <test profile="css3">
+ <file>testsuite/properties/css3/css3-background/background-size-001.css</file>
+ <description>css3-background: Valid 'background-size' values</description>
+ <result valid="true"/>
+ </test>
</type>
</testsuite>
Received on Sunday, 3 January 2010 21:06:48 UTC