- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 03 Apr 2012 14:15:52 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/testsuite/properties/positive/background/css3
In directory hutz:/tmp/cvs-serv15606
Modified Files:
005-ax.css
Log Message:
got rid of one buggy test
Index: 005-ax.css
===================================================================
RCS file: /sources/public/2002/css-validator/autotest/testsuite/properties/positive/background/css3/005-ax.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- 005-ax.css 16 Feb 2012 10:40:27 -0000 1.2
+++ 005-ax.css 3 Apr 2012 14:15:50 -0000 1.3
@@ -5969,7 +5969,6 @@
bg235969 { background: repeat-y url(test.jpg) scroll border-box , repeat-y url(test.jpg) border-box fixed 25% top blue }
bg235970 { background: repeat-y url(test.jpg) border-box , repeat-y url(test.jpg) border-box 25% top fixed blue }
bg235971 { background: repeat-y url(test.jpg) border-box scroll , repeat-y url(test.jpg) border-box scroll 25% top blue }
-bg235972 { background: , 25% top padding-box border-box blue }
bg235973 { background: padding-box border-box fixed , 25% top padding-box border-box fixed no-repeat blue }
bg235974 { background: padding-box border-box fixed no-repeat none , 25% top padding-box border-box fixed no-repeat url(test.jpg) blue }
bg235975 { background: padding-box border-box fixed none , 25% top padding-box border-box fixed none no-repeat blue }
Received on Tuesday, 3 April 2012 14:15:59 UTC