2002/css-validator/autotest/testsuite/properties/negative/azimuth/css21 001.css,NONE,1.1

Update of /sources/public/2002/css-validator/autotest/testsuite/properties/negative/azimuth/css21
In directory hutz:/tmp/cvs-serv13478/azimuth/css21

Added Files:
	001.css 
Log Message:
negative tests 


--- NEW FILE: 001.css ---
/* azimuth is between -360deg and 360deg. The following are out of range */
an { azimuth: 720deg }
bn { azimuth: -120grad}
cn { azimuth: 7rad}
/* turn is not a valid angle unit in CSS2 nor 2.1 (introduced in CSS3) */
dn { azimuth: 1turn }

Received on Thursday, 25 October 2012 15:23:44 UTC