- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 10 Nov 2011 15:25:57 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/testsuite/properties/positive/z-index/css3 In directory hutz:/tmp/cvs-serv1555/positive/z-index/css3 Added Files: 001.css Log Message: added positive tests for z-index --- NEW FILE: 001.css --- a { z-index: auto; } b { z-index:0; } c { z-index: 1 ; } d { z-index: -2 ; } e { z-index: inherit; } f { z-index: 123456789; } g { z-index: 2147483647; } h { z-index: -2147483647; } i { z-index: 42; } j { z-index: -42; }
Received on Thursday, 10 November 2011 15:26:06 UTC