- From: Carine Bournez via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 25 Apr 2012 11:36:59 +0000
- To: www-validator-cvs@w3.org
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