- From: Carine Bournez via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 05 Jan 2012 09:53:33 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/testsuite/properties/positive/background/css21 In directory hutz:/tmp/cvs-serv32145 Added Files: 001.css 002.css 003.css Log Message: tests for background shorthand in CSS21 (same as CSS2 + a few combinations keyword/length and keyword/percentage for background-position) --- NEW FILE: 001.css --- z { background: inherit } bg1 { background: #f00 } bg2 { background: #f00 100px } bg3 { background: #f00 100px 50% } bg4 { background: #f00 100px 50% fixed } bg5 { background: #f00 100px 50% fixed no-repeat } bg6 { background: #f00 100px 50% fixed no-repeat none } bg7 { background: #f00 100px 50% fixed no-repeat url(test.jpg) } bg8 { background: #f00 100px 50% fixed none } bg9 { background: #f00 100px 50% fixed none no-repeat } bg10 { background: #f00 100px 50% fixed none repeat } bg11 { background: #f00 100px 50% fixed none repeat-x } bg12 { background: #f00 100px 50% fixed none repeat-y } bg13 { background: #f00 100px 50% fixed repeat } bg14 { background: #f00 100px 50% fixed repeat none } bg15 { background: #f00 100px 50% fixed repeat url(test.jpg) } bg16 { background: #f00 100px 50% fixed repeat-x } bg17 { background: #f00 100px 50% fixed repeat-x none } bg18 { background: #f00 100px 50% fixed repeat-x url(test.jpg) } [...33153 lines suppressed...] bg33172 { background: url(test.jpg) transparent scroll no-repeat } bg33173 { background: url(test.jpg) transparent scroll no-repeat 100px } bg33174 { background: url(test.jpg) transparent scroll no-repeat 100px 50% } bg33175 { background: url(test.jpg) transparent scroll no-repeat 50% } bg33176 { background: url(test.jpg) transparent scroll no-repeat 50% 100px } bg33177 { background: url(test.jpg) transparent scroll repeat } bg33178 { background: url(test.jpg) transparent scroll repeat 100px } bg33179 { background: url(test.jpg) transparent scroll repeat 100px 50% } bg33180 { background: url(test.jpg) transparent scroll repeat 50% } bg33181 { background: url(test.jpg) transparent scroll repeat 50% 100px } bg33182 { background: url(test.jpg) transparent scroll repeat-x } bg33183 { background: url(test.jpg) transparent scroll repeat-x 100px } bg33184 { background: url(test.jpg) transparent scroll repeat-x 100px 50% } bg33185 { background: url(test.jpg) transparent scroll repeat-x 50% } bg33186 { background: url(test.jpg) transparent scroll repeat-x 50% 100px } bg33187 { background: url(test.jpg) transparent scroll repeat-y } bg33188 { background: url(test.jpg) transparent scroll repeat-y 100px } bg33189 { background: url(test.jpg) transparent scroll repeat-y 100px 50% } bg33190 { background: url(test.jpg) transparent scroll repeat-y 50% } bg33191 { background: url(test.jpg) transparent scroll repeat-y 50% 100px } --- 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 } --- NEW FILE: 003.css --- bg3149550{ background: #f00 fixed no-repeat none left 25% } bg3149551{ background: #f00 fixed no-repeat left 25% } bg3149552{ background: #f00 fixed no-repeat left 25% none } bg3149553{ background: #f00 fixed no-repeat left 25% url(test.jpg) } bg3149554{ background: #f00 fixed no-repeat url(test.jpg) left 25% } bg3149555{ background: #f00 fixed none no-repeat left 25% } bg3149556{ background: #f00 fixed none repeat left 25% } bg3149557{ background: #f00 fixed none repeat-x left 25% } bg3149558{ background: #f00 fixed none repeat-y left 25% } bg3149559{ background: #f00 fixed none left 25% } bg3149560{ background: #f00 fixed none left 25% no-repeat } bg3149561{ background: #f00 fixed none left 25% repeat } bg3149562{ background: #f00 fixed none left 25% repeat-x } bg3149563{ background: #f00 fixed none left 25% repeat-y } bg3149564{ background: #f00 fixed repeat none left 25% } bg3149565{ background: #f00 fixed repeat left 25% } bg3149566{ background: #f00 fixed repeat left 25% none } bg3149567{ background: #f00 fixed repeat left 25% url(test.jpg) } bg3149568{ background: #f00 fixed repeat url(test.jpg) left 25% } [...31445 lines suppressed...] bg5157401{ background: url(test.jpg) transparent 25% left repeat-x } bg5157402{ background: url(test.jpg) transparent 25% left repeat-x fixed } bg5157403{ background: url(test.jpg) transparent 25% left repeat-x scroll } bg5157404{ background: url(test.jpg) transparent 25% left repeat-y } bg5157405{ background: url(test.jpg) transparent 25% left repeat-y fixed } bg5157406{ background: url(test.jpg) transparent 25% left repeat-y scroll } bg5157407{ background: url(test.jpg) transparent 25% left scroll } bg5157408{ background: url(test.jpg) transparent 25% left scroll no-repeat } bg5157409{ background: url(test.jpg) transparent 25% left scroll repeat } bg5157410{ background: url(test.jpg) transparent 25% left scroll repeat-x } bg5157411{ background: url(test.jpg) transparent 25% left scroll repeat-y } bg5157412{ background: url(test.jpg) transparent scroll no-repeat 25% left } bg5157413{ background: url(test.jpg) transparent scroll repeat 25% left } bg5157414{ background: url(test.jpg) transparent scroll repeat-x 25% left } bg5157415{ background: url(test.jpg) transparent scroll repeat-y 25% left } bg5157416{ background: url(test.jpg) transparent scroll 25% left } bg5157417{ background: url(test.jpg) transparent scroll 25% left no-repeat } bg5157418{ background: url(test.jpg) transparent scroll 25% left repeat } bg5157419{ background: url(test.jpg) transparent scroll 25% left repeat-x } bg5157420{ background: url(test.jpg) transparent scroll 25% left repeat-y }
Received on Thursday, 5 January 2012 09:53:38 UTC