2002/css-validator/autotest/testsuite/general foo,NONE,1.1 test.html,NONE,1.1

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

Added Files:
	foo test.html 
Log Message:
importing test suite/test cases made during european project lat year (Yves, Jean-Guilhem)

--- NEW FILE: test.html ---
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
<head>
<title>Charset Test</title>
     <meta http-equiv="Content-Type" content="text/HTML; charset=utf-8" />
     <style type="text/css">
         .création {
	    color: red;
	 }

	 .créations {
	    background-color: blue;
	 }
     </style>
</head>	
<body>
<p class="création">This should be red</p>
<p class="créations">The background should be blue</p>
</body>
</html>
--- NEW FILE: foo ---
(This appears to be a binary file; contents omitted.)

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