- From: Carine Bournez via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 19 Oct 2012 13:04:01 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/testsuite/properties/positive/transform/css3 In directory hutz:/tmp/cvs-serv29564/transform/css3 Modified Files: 001.css Log Message: fixing a matrix3d test Index: 001.css =================================================================== RCS file: /sources/public/2002/css-validator/autotest/testsuite/properties/positive/transform/css3/001.css,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- 001.css 19 Oct 2012 11:56:33 -0000 1.2 +++ 001.css 19 Oct 2012 13:03:59 -0000 1.3 @@ -32,7 +32,7 @@ transf30 {transform: skewX(-0.25turn) } transf31 {transform: skewY(10rad) } transf32 {transform: skewY(0) } -transf33 {transform: matrix3d(1,2,3,4,-1,-2,-3,-4,1,2,3,4,1,1,1,1,0,0,0,0,2,2,2,2) } +transf33 {transform: matrix3d(1,2,3,4,-1,-2,-3,-4,1,2,3,4,0,0,0,0) } transf34 {transform: translate3d(10px, 0, 10px) } transf35 {transform: translate3d(10%, 0%, 10px) } transf36 {transform: translateZ(1000em) }
Received on Friday, 19 October 2012 13:04:02 UTC