620e36d326fb86add8fb0be33bc98084ffba0dad
[ptitvelo/web/www.git] / www / plugins-dist / compresseur / lib / csstidy / testing / unit-tests / csst / values / number-zero.csst
1 --TEST--
2 Tests numeric values: Zero
3 --CSS--
4 a { font-size:0px; line-height:00.00 }
5 --EXPECT--
6 array (
7 'a' =>
8 array (
9 'font-size' => '0',
10 'line-height' => '0',
11 ),
12 )