- From: Carine Bournez via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 04 Apr 2012 09:16:21 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/testsuite/properties/positive/border-bottom-style/css3
In directory hutz:/tmp/cvs-serv13339/border-bottom-style/css3
Added Files:
001.css
Log Message:
tests for border-*-style properties
--- NEW FILE: 001.css ---
a { border-bottom-style: none }
b { border-bottom-style: hidden }
c { border-bottom-style: dotted }
d { border-bottom-style: dashed }
e { border-bottom-style: solid }
f { border-bottom-style: double }
g { border-bottom-style: groove }
h { border-bottom-style: ridge }
i { border-bottom-style: inset }
j { border-bottom-style: outset }
y { border-bottom-style: initial }
z { border-bottom-style: inherit }
Received on Wednesday, 4 April 2012 09:16:24 UTC