- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 03 Jan 2010 17:26:34 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/testsuite/xml In directory hutz:/tmp/cvs-serv4863 Modified Files: propertiesCSS3.xml Log Message: added CSS3 background initial tests Index: propertiesCSS3.xml =================================================================== RCS file: /sources/public/2002/css-validator/autotest/testsuite/xml/propertiesCSS3.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- propertiesCSS3.xml 20 Dec 2009 11:24:55 -0000 1.10 +++ propertiesCSS3.xml 3 Jan 2010 17:26:32 -0000 1.11 @@ -2026,4 +2026,33 @@ <result valid="true"/> </test> </type> + + <type title="CSS3_Background_Borders"> + <test profile="css3"> + <file>testsuite/properties/css3/css3-background/backgrond-attachment-001.css</file> + <description>css3-background: Valid 'background-attachment' values</description> + <result valid="true"/> + </test> + <test profile="css3"> + <file>testsuite/properties/css3/css3-background/backgrond-clip-001.css</file> + <description>css3-background: Valid 'background-clip' values</description> + <result valid="true"/> + </test> + <test profile="css3"> + <file>testsuite/properties/css3/css3-background/backgrond-image-001.css</file> + <description>css3-background: Valid 'background-image' values</description> + <result valid="true"/> + </test> + <test profile="css3"> + <file>testsuite/properties/css3/css3-background/backgrond-origin-001.css</file> + <description>css3-background: Valid 'background-origin' values</description> + <result valid="true"/> + </test> + <test profile="css3"> + <file>testsuite/properties/css3/css3-background/backgrond-repeat-001.css</file> + <description>css3-background: Valid 'background-repeat' values</description> + <result valid="true"/> + </test> + </type> + </testsuite>
Received on Sunday, 3 January 2010 17:26:35 UTC