- From: Carine Bournez via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 03 Jan 2012 15:20:42 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/testsuite/properties/positive/background/css1 In directory hutz:/tmp/cvs-serv24057/background/css1 Added Files: 002.css Removed Files: 003.css Log Message: completed tests --- NEW FILE: 002.css --- bg1 { background: #f00 fixed no-repeat none top } bg2 { background: #f00 fixed no-repeat top } bg3 { background: #f00 fixed no-repeat top none } bg4 { background: #f00 fixed no-repeat top url(test.jpg) } bg5 { background: #f00 fixed no-repeat url(test.jpg) top } bg6 { background: #f00 fixed none no-repeat top } bg7 { background: #f00 fixed none repeat top } bg8 { background: #f00 fixed none repeat-x top } bg9 { background: #f00 fixed none repeat-y top } bg10 { background: #f00 fixed none top } bg11 { background: #f00 fixed none top no-repeat } bg12 { background: #f00 fixed none top repeat } bg13 { background: #f00 fixed none top repeat-x } bg14 { background: #f00 fixed none top repeat-y } bg15 { background: #f00 fixed repeat none top } bg16 { background: #f00 fixed repeat top } bg17 { background: #f00 fixed repeat top none } bg18 { background: #f00 fixed repeat top url(test.jpg) } bg19 { background: #f00 fixed repeat url(test.jpg) top } [...173123 lines suppressed...] bg173143{ background: url(test.jpg) transparent right center repeat-x } bg173144{ background: url(test.jpg) transparent right center repeat-x fixed } bg173145{ background: url(test.jpg) transparent right center repeat-x scroll } bg173146{ background: url(test.jpg) transparent right center repeat-y } bg173147{ background: url(test.jpg) transparent right center repeat-y fixed } bg173148{ background: url(test.jpg) transparent right center repeat-y scroll } bg173149{ background: url(test.jpg) transparent right center scroll } bg173150{ background: url(test.jpg) transparent right center scroll no-repeat } bg173151{ background: url(test.jpg) transparent right center scroll repeat } bg173152{ background: url(test.jpg) transparent right center scroll repeat-x } bg173153{ background: url(test.jpg) transparent right center scroll repeat-y } bg173154{ background: url(test.jpg) transparent scroll no-repeat right center } bg173155{ background: url(test.jpg) transparent scroll repeat right center } bg173156{ background: url(test.jpg) transparent scroll repeat-x right center } bg173157{ background: url(test.jpg) transparent scroll repeat-y right center } bg173158{ background: url(test.jpg) transparent scroll right center } bg173159{ background: url(test.jpg) transparent scroll right center no-repeat } bg173160{ background: url(test.jpg) transparent scroll right center repeat } bg173161{ background: url(test.jpg) transparent scroll right center repeat-x } bg173162{ background: url(test.jpg) transparent scroll right center repeat-y } --- 003.css DELETED ---
Received on Tuesday, 3 January 2012 15:22:46 UTC