- From: Carine Bournez via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 06 Nov 2012 15:03:26 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/testsuite/properties/positive/justify-content/css3
In directory hutz:/tmp/cvs-serv12637/justify-content/css3
Added Files:
001.css
Log Message:
tests for CSS3 flexbox module + related (modified) properties
--- NEW FILE: 001.css ---
a { justify-content: flex-start }
b { justify-content: flex-end }
c { justify-content: center }
d { justify-content: space-between }
e { justify-content: space-around }
y { justify-content: initial }
z { justify-content: inherit }
Received on Tuesday, 6 November 2012 15:03:38 UTC