2002/css-validator/autotest/testsuite/properties/css3/css3-background background-position-001.css,NONE,1.1

Update of /sources/public/2002/css-validator/autotest/testsuite/properties/css3/css3-background
In directory hutz:/tmp/cvs-serv1024

Added Files:
	background-position-001.css 
Log Message:
added background position tests

--- NEW FILE: background-position-001.css ---
a {background-position: inherit }
b {background-position: top }
c {background-position: center }
d {background-position: left }
e {background-position: 12% }
f {background-position: 12em }
g {background-position: 0 }
h {background-position: 12% center}
i {background-position: top left }
j {background-position: left top }
k {background-position: left 50% }
l {background-position: 50px bottom }
m {background-position: center 12% left }
n {background-position: center left 12% }
o {background-position: left 12% top }
p {background-position: left, top, left}
q {background-position: left center, top left, left -42px top 12cm, top 12cm left -42px}

Received on Monday, 4 January 2010 17:43:25 UTC