2002/css-validator/autotest/testsuite/properties/negative/box-shadow/css3 001.css,NONE,1.1

Update of /sources/public/2002/css-validator/autotest/testsuite/properties/negative/box-shadow/css3
In directory hutz:/tmp/cvs-serv20878/box-shadow/css3

Added Files:
	001.css 
Log Message:
negative tests for box-shadow


--- NEW FILE: 001.css ---
an { 10 px } /* min 2 length values required */
bn { 10px red inset }  /* min 2 values required */
cn { 5 pt red 5 pt } /* color not allowed between the values */
dn { 5pt 5pt inset red } /* inset not allowed between values and color */
en { 5pt 5pt -10px } /* 3rd value can't be negative */
fn { 5px -10px -10px 0 blue } /* 3rd value can't be negative */

Received on Wednesday, 25 April 2012 11:37:06 UTC