- From: Carine Bournez via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 04 Jan 2012 11:07:03 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/testsuite/properties/positive/background/css2 In directory hutz:/tmp/cvs-serv7129 Modified Files: 001.css 002.css Log Message: fixing error about inherit (grammar generated lots of invalid cases) Index: 001.css =================================================================== RCS file: /sources/public/2002/css-validator/autotest/testsuite/properties/positive/background/css2/001.css,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- 001.css 3 Jan 2012 20:29:16 -0000 1.1 +++ 001.css 4 Jan 2012 11:06:59 -0000 1.2 @@ -1,82029 +1,33192 @@ -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 } [...115190 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 } Index: 002.css =================================================================== RCS file: /sources/public/2002/css-validator/autotest/testsuite/properties/positive/background/css2/002.css,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- 002.css 3 Jan 2012 20:29:16 -0000 1.1 +++ 002.css 4 Jan 2012 11:07:00 -0000 1.2 @@ -99997,324802 +99997,73166 @@ bg99997 { background: right bottom transparent none repeat fixed } bg99998 { background: right bottom transparent none repeat scroll } bg99999 { background: right bottom transparent none repeat-x } -bg100000 { background: right bottom transparent none repeat-x fixed } -bg100001 { background: right bottom transparent none repeat-x scroll } -bg100002 { background: right bottom transparent none repeat-y } -bg100003 { background: right bottom transparent none repeat-y fixed } -bg100004 { background: right bottom transparent none repeat-y scroll } -bg100005 { background: right bottom transparent none scroll } -bg100006 { background: right bottom transparent none scroll no-repeat } -bg100007 { background: right bottom transparent none scroll repeat } [...397934 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 }
Received on Wednesday, 4 January 2012 11:11:11 UTC