f1f9b84784af39513c1f55eafabf9bc1ab0dd326
[ptitvelo/web/www.git] / www / plugins-dist / compresseur / lib / csstidy / testing / unit-tests / csst / shorthands / font-weight-general.csst
1 --TEST--
2 Test font-weight optimization (full)
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' => '700',
15 ),
16 'b' =>
17 array (
18 'font-weight' => '400',
19 ),
20 )
21 --SETTINGS--
22 compress_font-weight=true