- From: Julien Grand-Mourcel via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 20 Sep 2007 09:34:04 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/testsuite/general/no_profile
In directory hutz:/tmp/cvs-serv11565/autotest/testsuite/general/no_profile
Added Files:
valid.css invalid.css
Log Message:
New tests case for the "no profile" function...
--- NEW FILE: valid.css ---
/* this style sheet must be valid even when CSS 2.1 is the default profile */
h1 {
text-shadow: 0.2em 0.2em;
font-size-adjust: 0.5;
}
--- NEW FILE: invalid.css ---
/* this style sheet must produce error when checking against
no special profile when CSS2.1 is the default because values are wrong
not because they don't exists */
h1 {
text-shadow: foo bar;
font-size-adjust: foo bar;
}
Received on Thursday, 20 September 2007 09:34:09 UTC