e0ff5ee853d897711c6daf6975983b4cd0b30fc5
[ptitvelo/web/www.git] / www / plugins-dist / compresseur / lib / csstidy / testing / unit-tests / csst / shorthands / font-weight-noopt.csst
1 --TEST--
2 Test font-weight optimization (no optimization)
3 --CSS--
4 a {
5 font-weight: bold;
6 }
7 b {
8 font-weight: normal;
9 }
10 --EXPECT--
11 array (
12 'a' =>
13 array (
14 'font-weight' => 'bold',
15 ),
16 'b' =>
17 array (
18 'font-weight' => 'normal',
19 ),
20 )
21 --SETTINGS--
22 compress_font-weight=false