[DEPOT] ~gitignore : exclusion d'IMG
[ptitvelo/web/www.git] / www / plugins-dist / compresseur / lib / csstidy / testing / unit-tests / csst / vendor-prefixed / webkit-gradient.csst
1 --TEST--
2 -webkit-gradient properties issue/3
3 --CSS--
4 .linear {
5 background: -webkit-gradient(linear, left top, left bottom, from(#00abeb), to(#fff), color-stop(0.5, #fff), color-stop(0.5, #66cc00));
6 }
7 .radial {
8 background: -webkit-gradient(radial, 45 45, 10, 52 50, 30, from(#A7D30C), to(rgba(1,159,98,0)), color-stop(90%, #019F62));
9 }
10 --EXPECT--
11 array (
12 '.linear' =>
13 array (
14 'background' => '-webkit-gradient(linear,left top,left bottom,from(#00abeb),to(#fff),color-stop(0.5,#fff),color-stop(0.5,#6c0))',
15 ),
16 '.radial' =>
17 array (
18 'background' => '-webkit-gradient(radial,45 45,10,52 50,30,from(#A7D30C),to(rgba(1,159,98,0)),color-stop(90%,#019F62))',
19 ),
20 )
21 --SETTINGS--
22 discard_invalid_properties=false
23 optimise_shorthands=0
24 css_level='CSS21'