2002/css-validator/autotest/testsuite/general/bugs corrected-bug_invalid-value2.css,1.1,1.2

Update of /sources/public/2002/css-validator/autotest/testsuite/general/bugs
In directory hutz:/tmp/cvs-serv522/testsuite/general/bugs

Modified Files:
	corrected-bug_invalid-value2.css 
Log Message:
disambiguating invalid value test case

Index: corrected-bug_invalid-value2.css
===================================================================
RCS file: /sources/public/2002/css-validator/autotest/testsuite/general/bugs/corrected-bug_invalid-value2.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- corrected-bug_invalid-value2.css	19 Apr 2006 07:55:34 -0000	1.1
+++ corrected-bug_invalid-value2.css	7 Mar 2008 16:33:01 -0000	1.2
@@ -1,4 +1,4 @@
 /* Should not be valid, badly validated by the validator  */
 img {
-    background: "red"
+    background-color: "red"
 } /* keywords cannot be quoted */

Received on Friday, 7 March 2008 16:33:15 UTC