2002/css-validator/autotest/testsuite/general/no_profile valid.css,NONE,1.1 invalid.css,NONE,1.1

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