- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 19 Apr 2006 07:55:36 +0000
- To: www-validator-cvs@w3.org
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