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

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

Modified Files:
	001.css 
Log Message:
fixing 3 tests


Index: 001.css
===================================================================
RCS file: /sources/public/2002/css-validator/autotest/testsuite/properties/positive/background-repeat/css3/001.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 001.css	1 Feb 2012 16:42:54 -0000	1.1
+++ 001.css	7 Feb 2012 14:36:55 -0000	1.2
@@ -83,9 +83,9 @@
 m59 { background-repeat: no-repeat space, repeat-y, repeat-x }
 m60 { background-repeat: no-repeat space, repeat-y, repeat-y }
 m61 { background-repeat: repeat, repeat }
-m62 { background-repeat: repeat, repeatrepeat }
-m63 { background-repeat: repeat, repeatrepeat-x }
-m64 { background-repeat: repeat, repeatrepeat-y }
+m62 { background-repeat: repeat, repeat repeat }
+m63 { background-repeat: repeat, repeat repeat-x }
+m64 { background-repeat: repeat, repeat repeat-y }
 m65 { background-repeat: repeat, repeat-x }
 m66 { background-repeat: repeat, repeat-x, repeat }
 m67 { background-repeat: repeat, repeat-x, repeat-x }

Received on Tuesday, 7 February 2012 14:39:01 UTC