2002/css-validator/autotest/testsuite/properties/positive/z-index/css2 001.css,NONE,1.1

Update of /sources/public/2002/css-validator/autotest/testsuite/properties/positive/z-index/css2
In directory hutz:/tmp/cvs-serv1555/positive/z-index/css2

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