2002/css-validator/autotest/testsuite/general/comments invalid.css,NONE,1.1 not-terminated.css,NONE,1.1 valid.css,NONE,1.1

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

Added Files:
	invalid.css not-terminated.css valid.css 
Log Message:
importing test suite/test cases made during european project lat year (Yves, Jean-Guilhem)

--- NEW FILE: valid.css ---
/* test */
body/**/ {
    /*comment*/
    color: red;
    /* test */background-color/**/:/**/ black/**/;/**/
}
--- NEW FILE: invalid.css ---
body {
    color: red;
    back/**/ground-color: black;
}
--- NEW FILE: not-terminated.css ---
/*
body {
    color: red;
}

Received on Wednesday, 19 April 2006 07:56:43 UTC