2002/css-validator/autotest/testsuite/properties/css3/css3-background background-001.css,1.1,1.2

Update of /sources/public/2002/css-validator/autotest/testsuite/properties/css3/css3-background
In directory hutz:/tmp/cvs-serv18850

Modified Files:
	background-001.css 
Log Message:
fixed value, / should always be there

Index: background-001.css
===================================================================
RCS file: /sources/public/2002/css-validator/autotest/testsuite/properties/css3/css3-background/background-001.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- background-001.css	8 Jan 2010 23:01:58 -0000	1.1
+++ background-001.css	9 Jan 2010 10:45:45 -0000	1.2
@@ -184,5 +184,5 @@
   background: / contain;
 }
 div {
-  background: / auto, auto auto, 12px 42%, cover, contain, 12em;
+  background: / auto, /auto auto, /12px 42%, /cover, /contain, /12em;
 }

Received on Saturday, 9 January 2010 10:45:48 UTC