- 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/at-rule
In directory hutz:/tmp/cvs-serv14738/testsuite/general/at-rule
Added Files:
invalid.css valid.css
Log Message:
importing test suite/test cases made during european project lat year (Yves, Jean-Guilhem)
--- NEW FILE: valid.css ---
@import url("http://www.w3.org/StyleSheets/home.css");
@media print {
p { background-color: red; }
}
--- NEW FILE: invalid.css ---
@three-dee {
@background-lighting {
azimuth: 30deg;
elevation: 190deg;
}
H1 { color: red }
}
Received on Wednesday, 19 April 2006 07:56:55 UTC