2002/css-validator/autotest/testsuite/properties/positive/background/css2 001.css,NONE,1.1 002.css,NONE,1.1

Update of /sources/public/2002/css-validator/autotest/testsuite/properties/positive/background/css2
In directory hutz:/tmp/cvs-serv26312

Added Files:
	001.css 002.css 
Log Message:
tests for background in CSS2


--- NEW FILE: 001.css ---
bg1  { background: #f00  }
bg2  { background: #f00 100px  }
bg3  { background: #f00 100px 50%  }
bg4  { background: #f00 100px 50% fixed  }
bg5  { background: #f00 100px 50% fixed inherit  }
bg6  { background: #f00 100px 50% fixed inherit none  }
bg7  { background: #f00 100px 50% fixed inherit url(test.jpg)  }
bg8  { background: #f00 100px 50% fixed no-repeat  }
bg9  { background: #f00 100px 50% fixed no-repeat none  }
bg10  { background: #f00 100px 50% fixed no-repeat url(test.jpg)  }
bg11  { background: #f00 100px 50% fixed none  }
bg12  { background: #f00 100px 50% fixed none inherit  }
bg13  { background: #f00 100px 50% fixed none no-repeat  }
bg14  { background: #f00 100px 50% fixed none repeat  }
bg15  { background: #f00 100px 50% fixed none repeat-x  }
bg16  { background: #f00 100px 50% fixed none repeat-y  }
bg17  { background: #f00 100px 50% fixed repeat  }
bg18  { background: #f00 100px 50% fixed repeat none  }
bg19  { background: #f00 100px 50% fixed repeat url(test.jpg)  }
[...81990 lines suppressed...]
bg82010  { background: url(test.jpg) transparent scroll no-repeat 50% 100px  }
bg82011  { background: url(test.jpg) transparent scroll no-repeat inherit  }
bg82012  { background: url(test.jpg) transparent scroll repeat  }
bg82013  { background: url(test.jpg) transparent scroll repeat 100px  }
bg82014  { background: url(test.jpg) transparent scroll repeat 100px 50%  }
bg82015  { background: url(test.jpg) transparent scroll repeat 50%  }
bg82016  { background: url(test.jpg) transparent scroll repeat 50% 100px  }
bg82017  { background: url(test.jpg) transparent scroll repeat inherit  }
bg82018  { background: url(test.jpg) transparent scroll repeat-x  }
bg82019  { background: url(test.jpg) transparent scroll repeat-x 100px  }
bg82020  { background: url(test.jpg) transparent scroll repeat-x 100px 50%  }
bg82021  { background: url(test.jpg) transparent scroll repeat-x 50%  }
bg82022  { background: url(test.jpg) transparent scroll repeat-x 50% 100px  }
bg82023  { background: url(test.jpg) transparent scroll repeat-x inherit  }
bg82024  { background: url(test.jpg) transparent scroll repeat-y  }
bg82025  { background: url(test.jpg) transparent scroll repeat-y 100px  }
bg82026  { background: url(test.jpg) transparent scroll repeat-y 100px 50%  }
bg82027  { background: url(test.jpg) transparent scroll repeat-y 50%  }
bg82028  { background: url(test.jpg) transparent scroll repeat-y 50% 100px  }
bg82029  { background: url(test.jpg) transparent scroll repeat-y inherit  }

--- 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 }
[...424759 lines suppressed...]
bg424779 { background: url(test.jpg) scroll right center inherit #f00 }
bg424780 { background: url(test.jpg) scroll right center inherit blue }
bg424781 { background: url(test.jpg) scroll right center inherit transparent }
bg424782 { background: url(test.jpg) scroll right center transparent inherit }
bg424783 { background: url(test.jpg) scroll transparent inherit right center }
bg424784 { background: url(test.jpg) scroll transparent right center inherit }
bg424785 { background: url(test.jpg) transparent fixed inherit right center }
bg424786 { background: url(test.jpg) transparent fixed right center inherit }
bg424787 { background: url(test.jpg) transparent inherit fixed right center }
bg424788 { background: url(test.jpg) transparent inherit right center }
bg424789 { background: url(test.jpg) transparent inherit right center fixed }
bg424790 { background: url(test.jpg) transparent inherit right center scroll }
bg424791 { background: url(test.jpg) transparent inherit scroll right center }
bg424792 { background: url(test.jpg) transparent right center fixed inherit }
bg424793 { background: url(test.jpg) transparent right center inherit }
bg424794 { background: url(test.jpg) transparent right center inherit fixed }
bg424795 { background: url(test.jpg) transparent right center inherit scroll }
bg424796 { background: url(test.jpg) transparent right center scroll inherit }
bg424797 { background: url(test.jpg) transparent scroll inherit right center }
bg424798 { background: url(test.jpg) transparent scroll right center inherit }

Received on Tuesday, 3 January 2012 20:31:24 UTC