- From: Carine Bournez via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 25 Oct 2012 15:08:14 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/testsuite/properties/positive/color/css1 In directory hutz:/tmp/cvs-serv8944/color/css1 Added Files: 001.css Log Message: tests for the color property --- NEW FILE: 001.css --- a { color: #f00 } b { color: rgb(255,0,0) } c { color: rgb(300,0,0) } d { color: rgb(100%, 0%, 0%) } e { color: #ff0000 } f { color: rgb(110%, 120%, 0%) } g { color: white } h { color: aqua } i { color: black } j {color: blue } k { color: fuchsia } l { color: gray } m { color: green } n { color: lime } o { color: maroon } p { color: navy } q { color: olive } r { color: purple } s { color: red } t { color: silver } u { color: teal } v { color: yellow }
Received on Thursday, 25 October 2012 15:08:15 UTC