- From: Carine Bournez via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 19 Oct 2012 13:38:54 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/testsuite/properties/positive/animation/css3
In directory hutz:/tmp/cvs-serv12267/animation/css3
Modified Files:
001.css 003.css
Log Message:
some fixes in tests containing cubic-bezier
Index: 001.css
===================================================================
RCS file: /sources/public/2002/css-validator/autotest/testsuite/properties/positive/animation/css3/001.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 001.css 19 Oct 2012 10:20:16 -0000 1.1
+++ 001.css 19 Oct 2012 13:38:52 -0000 1.2
@@ -1,26 +1,26 @@
y { animation: initial }
z { animation: inherit }
-anim1 { animation: cubic-bezier(-1,0,1.5,10) }
-anim2 { animation: cubic-bezier(-1,0,1.5,10) 3s }
-anim3 { animation: cubic-bezier(-1,0,1.5,10) 3s -1s }
-anim4 { animation: cubic-bezier(-1,0,1.5,10) 3s 3s all }
-anim5 { animation: cubic-bezier(-1,0,1.5,10) 3s -1s chocolat }
-anim6 { animation: cubic-bezier(-1,0,1.5,10) 3s 3s none }
-anim7 { animation: cubic-bezier(-1,0,1.5,10) 3s all }
-anim8 { animation: cubic-bezier(-1,0,1.5,10) 3s all -1s }
-anim9 { animation: cubic-bezier(-1,0,1.5,10) 3s chocolat }
-anim10 { animation: cubic-bezier(-1,0,1.5,10) 3s chocolat 3s }
-anim11 { animation: cubic-bezier(-1,0,1.5,10) 3s none }
-anim12 { animation: cubic-bezier(-1,0,1.5,10) 3s none -1s }
-anim13 { animation: cubic-bezier(-1,0,1.5,10) all }
-anim14 { animation: cubic-bezier(-1,0,1.5,10) all 3s }
-anim15 { animation: cubic-bezier(-1,0,1.5,10) all 3s 3s }
-anim16 { animation: cubic-bezier(-1,0,1.5,10) chocolat }
-anim17 { animation: cubic-bezier(-1,0,1.5,10) chocolat 3s }
-anim18 { animation: cubic-bezier(-1,0,1.5,10) chocolat 3s -1s }
-anim19 { animation: cubic-bezier(-1,0,1.5,10) none }
-anim20 { animation: cubic-bezier(-1,0,1.5,10) none 3s }
-anim21 { animation: cubic-bezier(-1,0,1.5,10) none 3s 3s }
+anim1 { animation: cubic-bezier(1,0,1.5,-10) }
+anim2 { animation: cubic-bezier(1,0,1.5,-10) 3s }
+anim3 { animation: cubic-bezier(1,0,1.5,-10) 3s -1s }
+anim4 { animation: cubic-bezier(1,0,1.5,-10) 3s 3s all }
+anim5 { animation: cubic-bezier(1,0,1.5,-10) 3s -1s chocolat }
+anim6 { animation: cubic-bezier(1,0,1.5,-10) 3s 3s none }
+anim7 { animation: cubic-bezier(1,0,1.5,-10) 3s all }
+anim8 { animation: cubic-bezier(1,0,1.5,-10) 3s all -1s }
+anim9 { animation: cubic-bezier(1,0,1.5,-10) 3s chocolat }
+anim10 { animation: cubic-bezier(1,0,1.5,-10) 3s chocolat 3s }
+anim11 { animation: cubic-bezier(1,0,1.5,-10) 3s none }
+anim12 { animation: cubic-bezier(1,0,1.5,-10) 3s none -1s }
+anim13 { animation: cubic-bezier(1,0,1.5,-10) all }
+anim14 { animation: cubic-bezier(1,0,1.5,-10) all 3s }
+anim15 { animation: cubic-bezier(1,0,1.5,-10) all 3s 3s }
+anim16 { animation: cubic-bezier(1,0,1.5,-10) chocolat }
+anim17 { animation: cubic-bezier(1,0,1.5,-10) chocolat 3s }
+anim18 { animation: cubic-bezier(1,0,1.5,-10) chocolat 3s -1s }
+anim19 { animation: cubic-bezier(1,0,1.5,-10) none }
+anim20 { animation: cubic-bezier(1,0,1.5,-10) none 3s }
+anim21 { animation: cubic-bezier(1,0,1.5,-10) none 3s 3s }
anim22 { animation: ease }
anim23 { animation: ease 3s }
anim24 { animation: ease 3s -1s }
@@ -64,17 +64,17 @@
anim62 { animation: steps(10 start) none 3s }
anim63 { animation: steps(10 start) none 3s 3s }
anim64 { animation: 3s }
-anim65 { animation: 3s cubic-bezier(-1,0,1.5,10) }
-anim66 { animation: 3s cubic-bezier(-1,0,1.5,10) 3s }
-anim67 { animation: 3s cubic-bezier(-1,0,1.5,10) 3s all }
-anim68 { animation: 3s cubic-bezier(-1,0,1.5,10) 3s chocolat }
-anim69 { animation: 3s cubic-bezier(-1,0,1.5,10) 3s none }
-anim70 { animation: 3s cubic-bezier(-1,0,1.5,10) all }
-anim71 { animation: 3s cubic-bezier(-1,0,1.5,10) all 3s }
-anim72 { animation: 3s cubic-bezier(-1,0,1.5,10) chocolat }
-anim73 { animation: 3s cubic-bezier(-1,0,1.5,10) chocolat 3s }
-anim74 { animation: 3s cubic-bezier(-1,0,1.5,10) none }
-anim75 { animation: 3s cubic-bezier(-1,0,1.5,10) none 3s }
+anim65 { animation: 3s cubic-bezier(1,0,1.5,-10) }
+anim66 { animation: 3s cubic-bezier(1,0,1.5,-10) 3s }
+anim67 { animation: 3s cubic-bezier(1,0,1.5,-10) 3s all }
+anim68 { animation: 3s cubic-bezier(1,0,1.5,-10) 3s chocolat }
+anim69 { animation: 3s cubic-bezier(1,0,1.5,-10) 3s none }
+anim70 { animation: 3s cubic-bezier(1,0,1.5,-10) all }
+anim71 { animation: 3s cubic-bezier(1,0,1.5,-10) all 3s }
+anim72 { animation: 3s cubic-bezier(1,0,1.5,-10) chocolat }
+anim73 { animation: 3s cubic-bezier(1,0,1.5,-10) chocolat 3s }
+anim74 { animation: 3s cubic-bezier(1,0,1.5,-10) none }
+anim75 { animation: 3s cubic-bezier(1,0,1.5,-10) none 3s }
anim76 { animation: 3s ease }
anim77 { animation: 3s ease 3s }
anim78 { animation: 3s ease 3s all }
@@ -98,10 +98,10 @@
anim96 { animation: 3s steps(10 start) none }
anim97 { animation: 3s steps(10 start) none 3s }
anim98 { animation: 3s 3s }
-anim99 { animation: 3s 3s cubic-bezier(-1,0,1.5,10) }
-anim100 { animation: 3s 3s cubic-bezier(-1,0,1.5,10) all }
-anim101 { animation: 3s 3s cubic-bezier(-1,0,1.5,10) chocolat }
-anim102 { animation: 3s 3s cubic-bezier(-1,0,1.5,10) none }
+anim99 { animation: 3s 3s cubic-bezier(1,0,1.5,-10) }
+anim100 { animation: 3s 3s cubic-bezier(1,0,1.5,-10) all }
+anim101 { animation: 3s 3s cubic-bezier(1,0,1.5,-10) chocolat }
+anim102 { animation: 3s 3s cubic-bezier(1,0,1.5,-10) none }
anim103 { animation: 3s 3s ease }
anim104 { animation: 3s 3s ease all }
anim105 { animation: 3s 3s ease chocolat }
@@ -111,54 +111,54 @@
anim109 { animation: 3s 3s steps(10 start) chocolat }
anim110 { animation: 3s 3s steps(10 start) none }
anim111 { animation: 3s 3s all }
-anim112 { animation: 3s 3s all cubic-bezier(-1,0,1.5,10) }
+anim112 { animation: 3s 3s all cubic-bezier(1,0,1.5,-10) }
anim113 { animation: 3s 3s all ease }
anim114 { animation: 3s 3s all steps(10 start) }
anim115 { animation: 3s 3s chocolat }
-anim116 { animation: 3s 3s chocolat cubic-bezier(-1,0,1.5,10) }
+anim116 { animation: 3s 3s chocolat cubic-bezier(1,0,1.5,-10) }
anim117 { animation: 3s 3s chocolat ease }
anim118 { animation: 3s 3s chocolat steps(10 start) }
anim119 { animation: 3s 3s none }
-anim120 { animation: 3s 3s none cubic-bezier(-1,0,1.5,10) }
+anim120 { animation: 3s 3s none cubic-bezier(1,0,1.5,-10) }
anim121 { animation: 3s 3s none ease }
anim122 { animation: 3s 3s none steps(10 start) }
anim123 { animation: 3s all }
-anim124 { animation: 3s all cubic-bezier(-1,0,1.5,10) }
-anim125 { animation: 3s all cubic-bezier(-1,0,1.5,10) 3s }
+anim124 { animation: 3s all cubic-bezier(1,0,1.5,-10) }
+anim125 { animation: 3s all cubic-bezier(1,0,1.5,-10) 3s }
anim126 { animation: 3s all ease }
anim127 { animation: 3s all ease 3s }
anim128 { animation: 3s all steps(10 start) }
anim129 { animation: 3s all steps(10 start) 3s }
anim130 { animation: 3s all 3s }
-anim131 { animation: 3s all 3s cubic-bezier(-1,0,1.5,10) }
+anim131 { animation: 3s all 3s cubic-bezier(1,0,1.5,-10) }
anim132 { animation: 3s all 3s ease }
anim133 { animation: 3s all 3s steps(10 start) }
anim134 { animation: 3s chocolat }
-anim135 { animation: 3s chocolat cubic-bezier(-1,0,1.5,10) }
-anim136 { animation: 3s chocolat cubic-bezier(-1,0,1.5,10) 3s }
+anim135 { animation: 3s chocolat cubic-bezier(1,0,1.5,-10) }
+anim136 { animation: 3s chocolat cubic-bezier(1,0,1.5,-10) 3s }
anim137 { animation: 3s chocolat ease }
anim138 { animation: 3s chocolat ease 3s }
anim139 { animation: 3s chocolat steps(10 start) }
anim140 { animation: 3s chocolat steps(10 start) 3s }
anim141 { animation: 3s chocolat 3s }
-anim142 { animation: 3s chocolat 3s cubic-bezier(-1,0,1.5,10) }
+anim142 { animation: 3s chocolat 3s cubic-bezier(1,0,1.5,-10) }
anim143 { animation: 3s chocolat 3s ease }
anim144 { animation: 3s chocolat 3s steps(10 start) }
anim145 { animation: 3s none }
-anim146 { animation: 3s none cubic-bezier(-1,0,1.5,10) }
-anim147 { animation: 3s none cubic-bezier(-1,0,1.5,10) 3s }
+anim146 { animation: 3s none cubic-bezier(1,0,1.5,-10) }
+anim147 { animation: 3s none cubic-bezier(1,0,1.5,-10) 3s }
anim148 { animation: 3s none ease }
anim149 { animation: 3s none ease 3s }
anim150 { animation: 3s none steps(10 start) }
anim151 { animation: 3s none steps(10 start) 3s }
anim152 { animation: 3s none 3s }
-anim153 { animation: 3s none 3s cubic-bezier(-1,0,1.5,10) }
+anim153 { animation: 3s none 3s cubic-bezier(1,0,1.5,-10) }
anim154 { animation: 3s none 3s ease }
anim155 { animation: 3s none 3s steps(10 start) }
anim156 { animation: all }
-anim157 { animation: all cubic-bezier(-1,0,1.5,10) }
-anim158 { animation: all cubic-bezier(-1,0,1.5,10) 3s }
-anim159 { animation: all cubic-bezier(-1,0,1.5,10) 3s 3s }
+anim157 { animation: all cubic-bezier(1,0,1.5,-10) }
+anim158 { animation: all cubic-bezier(1,0,1.5,-10) 3s }
+anim159 { animation: all cubic-bezier(1,0,1.5,-10) 3s 3s }
anim160 { animation: all ease }
anim161 { animation: all ease 3s }
anim162 { animation: all ease 3s 3s }
@@ -166,20 +166,20 @@
anim164 { animation: all steps(10 start) 3s }
anim165 { animation: all steps(10 start) 3s 3s }
anim166 { animation: all 3s }
-anim167 { animation: all 3s cubic-bezier(-1,0,1.5,10) }
-anim168 { animation: all 3s cubic-bezier(-1,0,1.5,10) 3s }
+anim167 { animation: all 3s cubic-bezier(1,0,1.5,-10) }
+anim168 { animation: all 3s cubic-bezier(1,0,1.5,-10) 3s }
anim169 { animation: all 3s ease }
anim170 { animation: all 3s ease 3s }
anim171 { animation: all 3s steps(10 start) }
anim172 { animation: all 3s steps(10 start) 3s }
anim173 { animation: all 3s 3s }
-anim174 { animation: all 3s 3s cubic-bezier(-1,0,1.5,10) }
+anim174 { animation: all 3s 3s cubic-bezier(1,0,1.5,-10) }
anim175 { animation: all 3s 3s ease }
anim176 { animation: all 3s 3s steps(10 start) }
anim177 { animation: chocolat }
-anim178 { animation: chocolat cubic-bezier(-1,0,1.5,10) }
-anim179 { animation: chocolat cubic-bezier(-1,0,1.5,10) 3s }
-anim180 { animation: chocolat cubic-bezier(-1,0,1.5,10) 3s 3s }
+anim178 { animation: chocolat cubic-bezier(1,0,1.5,-10) }
+anim179 { animation: chocolat cubic-bezier(1,0,1.5,-10) 3s }
+anim180 { animation: chocolat cubic-bezier(1,0,1.5,-10) 3s 3s }
anim181 { animation: chocolat ease }
anim182 { animation: chocolat ease 3s }
anim183 { animation: chocolat ease 3s 3s }
@@ -187,20 +187,20 @@
anim185 { animation: chocolat steps(10 start) 3s }
anim186 { animation: chocolat steps(10 start) 3s 3s }
anim187 { animation: chocolat 3s }
-anim188 { animation: chocolat 3s cubic-bezier(-1,0,1.5,10) }
-anim189 { animation: chocolat 3s cubic-bezier(-1,0,1.5,10) 3s }
+anim188 { animation: chocolat 3s cubic-bezier(1,0,1.5,-10) }
+anim189 { animation: chocolat 3s cubic-bezier(1,0,1.5,-10) 3s }
anim190 { animation: chocolat 3s ease }
anim191 { animation: chocolat 3s ease 3s }
anim192 { animation: chocolat 3s steps(10 start) }
anim193 { animation: chocolat 3s steps(10 start) 3s }
anim194 { animation: chocolat 3s 3s }
-anim195 { animation: chocolat 3s 3s cubic-bezier(-1,0,1.5,10) }
+anim195 { animation: chocolat 3s 3s cubic-bezier(1,0,1.5,-10) }
anim196 { animation: chocolat 3s 3s ease }
anim197 { animation: chocolat 3s 3s steps(10 start) }
anim198 { animation: none }
-anim199 { animation: none cubic-bezier(-1,0,1.5,10) }
-anim200 { animation: none cubic-bezier(-1,0,1.5,10) 3s }
-anim201 { animation: none cubic-bezier(-1,0,1.5,10) 3s 3s }
+anim199 { animation: none cubic-bezier(1,0,1.5,-10) }
+anim200 { animation: none cubic-bezier(1,0,1.5,-10) 3s }
+anim201 { animation: none cubic-bezier(1,0,1.5,-10) 3s 3s }
anim202 { animation: none ease }
anim203 { animation: none ease 3s }
anim204 { animation: none ease 3s 3s }
@@ -208,13 +208,13 @@
anim206 { animation: none steps(10 start) 3s }
anim207 { animation: none steps(10 start) 3s 3s }
anim208 { animation: none 3s }
-anim209 { animation: none 3s cubic-bezier(-1,0,1.5,10) }
-anim210 { animation: none 3s cubic-bezier(-1,0,1.5,10) 3s }
+anim209 { animation: none 3s cubic-bezier(1,0,1.5,-10) }
+anim210 { animation: none 3s cubic-bezier(1,0,1.5,-10) 3s }
anim211 { animation: none 3s ease }
anim212 { animation: none 3s ease 3s }
anim213 { animation: none 3s steps(10 start) }
anim214 { animation: none 3s steps(10 start) 3s }
anim215 { animation: none 3s 3s }
-anim216 { animation: none 3s 3s cubic-bezier(-1,0,1.5,10) }
+anim216 { animation: none 3s 3s cubic-bezier(1,0,1.5,-10) }
anim217 { animation: none 3s 3s ease }
anim218 { animation: none 3s 3s steps(10 start) }
Index: 003.css
===================================================================
RCS file: /sources/public/2002/css-validator/autotest/testsuite/properties/positive/animation/css3/003.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 003.css 19 Oct 2012 10:20:16 -0000 1.1
+++ 003.css 19 Oct 2012 13:38:52 -0000 1.2
@@ -1 +1 @@
-moreanim { animation: infinite paused 3s normal chocolat ease -1s, all cubic-bezier(-1,0,1.5,-10) 20s -1s, steps(10), a1234 reverse running }
+moreanim { animation: infinite paused 3s normal chocolat ease -1s, all cubic-bezier(1,0,1.5,-10) 20s -1s, steps(10), a1234 reverse running }
Received on Friday, 19 October 2012 13:38:57 UTC