- From: Carine Bournez via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 29 Dec 2011 21:23:48 +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-serv3091/background/css1
Added Files:
001.css 002.css 003.css
Log Message:
tests for background shorthand in CSS1
--- NEW FILE: 001.css ---
bg1 { background: fixed }
bg2 { background: fixed repeat }
bg3 { background: fixed repeat blue }
bg4 { background: fixed repeat blue none }
bg5 { background: fixed repeat blue url(test.jpg) }
bg6 { background: fixed repeat #f00 }
bg7 { background: fixed repeat #f00 url(test.jpg) }
bg8 { background: fixed repeat none }
bg9 { background: fixed repeat none blue }
bg10 { background: fixed repeat none #f00 }
bg11 { background: fixed repeat transparent }
bg12 { background: fixed repeat transparent url(test.jpg) }
bg13 { background: fixed repeat url(test.jpg) }
bg14 { background: fixed repeat url(test.jpg) blue }
bg15 { background: fixed repeat url(test.jpg) #f00 }
bg16 { background: fixed repeat url(test.jpg) transparent }
bg17 { background: fixed blue }
bg18 { background: fixed blue repeat }
bg19 { background: fixed blue repeat none }
[...1089 lines suppressed...]
bg1109 { background: url(test.jpg) #f00 scroll repeat }
bg1110 { background: url(test.jpg) #f00 scroll repeat-x }
bg1111 { background: url(test.jpg) #f00 scroll repeat-y }
bg1112 { background: url(test.jpg) transparent }
bg1113 { background: url(test.jpg) transparent fixed }
bg1114 { background: url(test.jpg) transparent fixed repeat }
bg1115 { background: url(test.jpg) transparent no-repeat }
bg1116 { background: url(test.jpg) transparent no-repeat scroll }
bg1117 { background: url(test.jpg) transparent repeat }
bg1118 { background: url(test.jpg) transparent repeat fixed }
bg1119 { background: url(test.jpg) transparent repeat scroll }
bg1120 { background: url(test.jpg) transparent repeat-x }
bg1121 { background: url(test.jpg) transparent repeat-x scroll }
bg1122 { background: url(test.jpg) transparent repeat-y }
bg1123 { background: url(test.jpg) transparent repeat-y scroll }
bg1124 { background: url(test.jpg) transparent scroll }
bg1125 { background: url(test.jpg) transparent scroll no-repeat }
bg1126 { background: url(test.jpg) transparent scroll repeat }
bg1127 { background: url(test.jpg) transparent scroll repeat-x }
bg1128 { background: url(test.jpg) transparent scroll repeat-y }
--- NEW FILE: 002.css ---
bg1 { background: 100px }
bg2 { background: 100px fixed }
bg3 { background: 100px fixed repeat }
bg4 { background: 100px fixed repeat blue }
bg5 { background: 100px fixed repeat blue none }
bg6 { background: 100px fixed repeat blue url(test.jpg) }
bg7 { background: 100px fixed repeat #f00 }
bg8 { background: 100px fixed repeat #f00 url(test.jpg) }
bg9 { background: 100px fixed repeat none }
bg10 { background: 100px fixed repeat none blue }
bg11 { background: 100px fixed repeat transparent }
bg12 { background: 100px fixed repeat transparent url(test.jpg) }
bg13 { background: 100px fixed repeat url(test.jpg) }
bg14 { background: 100px fixed repeat url(test.jpg) blue }
bg15 { background: 100px fixed repeat url(test.jpg) #f00 }
bg16 { background: 100px fixed repeat url(test.jpg) transparent }
bg17 { background: 100px fixed blue }
bg18 { background: 100px fixed blue repeat }
bg19 { background: 100px fixed blue repeat none }
[...31371 lines suppressed...]
bg31391 { background: url(test.jpg) transparent repeat 100px 50% }
bg31392 { background: url(test.jpg) transparent repeat 100px 50% fixed }
bg31393 { background: url(test.jpg) transparent repeat 100px 50% scroll }
bg31394 { background: url(test.jpg) transparent repeat fixed 100px 50% }
bg31395 { background: url(test.jpg) transparent repeat scroll 100px 50% }
bg31396 { background: url(test.jpg) transparent repeat-x 100px 50% }
bg31397 { background: url(test.jpg) transparent repeat-x 100px 50% scroll }
bg31398 { background: url(test.jpg) transparent repeat-x scroll 100px 50% }
bg31399 { background: url(test.jpg) transparent repeat-y 100px 50% }
bg31400 { background: url(test.jpg) transparent repeat-y 100px 50% scroll }
bg31401 { background: url(test.jpg) transparent repeat-y scroll 100px 50% }
bg31402 { background: url(test.jpg) transparent scroll 100px 50% }
bg31403 { background: url(test.jpg) transparent scroll 100px 50% no-repeat }
bg31404 { background: url(test.jpg) transparent scroll 100px 50% repeat }
bg31405 { background: url(test.jpg) transparent scroll 100px 50% repeat-x }
bg31406 { background: url(test.jpg) transparent scroll 100px 50% repeat-y }
bg31407 { background: url(test.jpg) transparent scroll no-repeat 100px 50% }
bg31408 { background: url(test.jpg) transparent scroll repeat 100px 50% }
bg31409 { background: url(test.jpg) transparent scroll repeat-x 100px 50% }
bg31410 { background: url(test.jpg) transparent scroll repeat-y 100px 50% }
--- NEW FILE: 003.css ---
bg1 { background: center }
bg2 { background: center fixed }
bg3 { background: center fixed repeat }
bg4 { background: center fixed repeat blue }
bg5 { background: center fixed repeat blue none }
bg6 { background: center fixed repeat blue url(test.jpg) }
bg7 { background: center fixed repeat #f00 }
bg8 { background: center fixed repeat #f00 url(test.jpg) }
bg9 { background: center fixed repeat none }
bg10 { background: center fixed repeat none blue }
bg11 { background: center fixed repeat transparent }
bg12 { background: center fixed repeat transparent url(test.jpg) }
bg13 { background: center fixed repeat url(test.jpg) }
bg14 { background: center fixed repeat url(test.jpg) blue }
bg15 { background: center fixed repeat url(test.jpg) #f00 }
bg16 { background: center fixed repeat url(test.jpg) transparent }
bg17 { background: center fixed blue }
bg18 { background: center fixed blue repeat }
bg19 { background: center fixed blue repeat none }
[...110995 lines suppressed...]
bg111015{ background: url(test.jpg) transparent repeat top right }
bg111016{ background: url(test.jpg) transparent repeat top right fixed }
bg111017{ background: url(test.jpg) transparent repeat top right scroll }
bg111018{ background: url(test.jpg) transparent repeat fixed top right }
bg111019{ background: url(test.jpg) transparent repeat scroll top right }
bg111020{ background: url(test.jpg) transparent repeat-x top right }
bg111021{ background: url(test.jpg) transparent repeat-x top right scroll }
bg111022{ background: url(test.jpg) transparent repeat-x scroll top right }
bg111023{ background: url(test.jpg) transparent repeat-y top right }
bg111024{ background: url(test.jpg) transparent repeat-y top right scroll }
bg111025{ background: url(test.jpg) transparent repeat-y scroll top right }
bg111026{ background: url(test.jpg) transparent scroll top right }
bg111027{ background: url(test.jpg) transparent scroll top right no-repeat }
bg111028{ background: url(test.jpg) transparent scroll top right repeat }
bg111029{ background: url(test.jpg) transparent scroll top right repeat-x }
bg111030{ background: url(test.jpg) transparent scroll top right repeat-y }
bg111031{ background: url(test.jpg) transparent scroll no-repeat top right }
bg111032{ background: url(test.jpg) transparent scroll repeat top right }
bg111033{ background: url(test.jpg) transparent scroll repeat-x top right }
bg111034{ background: url(test.jpg) transparent scroll repeat-y top right }
Received on Thursday, 29 December 2011 21:23:52 UTC