60b580011554ad82f26551c26a334cb932b4fef3
[ptitvelo/web/www.git] / www / plugins-dist / compresseur / lib / csstidy / testing / unit-tests / csst / shorthands / margin-noopt.csst
1 --TEST--
2 Test margin optimization
3 --CSS--
4 a {
5 margin-left: 10px;
6 margin-right: 10px;
7 margin-top: 10px;
8 margin-bottom: 10px;
9 }
10 --EXPECT--
11 array (
12 'a' =>
13 array (
14 'margin-left' => '10px',
15 'margin-right' => '10px',
16 'margin-top' => '10px',
17 'margin-bottom' => '10px',
18 ),
19 )
20 --SETTINGS--
21 optimise_shorthands=0