[DEPOT] ~gitignore : exclusion d'IMG
[ptitvelo/web/www.git] / www / plugins-dist / compresseur / lib / csstidy / testing / unit-tests / csst / values / number-missingunit.csst
1 --TEST--
2 Tests numeric values: Missing unit
3 --CSS--
4 a {
5 font-size:1.0;
6 line-height:1.0;
7 color:123456;
8 font:1em/1.0 verdana;
9 }
10 --EXPECT--
11 array (
12 'a' =>
13 array (
14 'font-size' => '1px',
15 'line-height' => '1',
16 'color' => '#123456',
17 'font' => '1em/1 verdana',
18 ),
19 )
20 --SETTINGS--
21 optimise_shorthands=0