2002/css-validator/autotest/testsuite/properties/positive/border-top-right-radius/css3 001.css,NONE,1.1

Update of /sources/public/2002/css-validator/autotest/testsuite/properties/positive/border-top-right-radius/css3
In directory hutz:/tmp/cvs-serv25617/border-top-right-radius/css3

Added Files:
	001.css 
Log Message:
tests for the border-*-radius properties and border-radius shorthand


--- NEW FILE: 001.css ---
a { border-top-right-radius: 10pt }
b { border-top-right-radius: 5% }
c { border-top-right-radius: 10pt 5% }
d { border-top-right-radius: 5% 10pt }
e { border-top-right-radius: 0 }
y { border-top-right-radius: initial }
z { border-top-right-radius: inherit }

Received on Wednesday, 4 April 2012 10:03:10 UTC