ed51bfbf33de9661bc9af6643612837e121293f5
[ptitvelo/web/www.git] / www / plugins-dist / compresseur / lib / csstidy / testing / unit-tests / csst / selectors / combinator-compressed.csst
1 --TEST--
2 Combinator selector
3 --CSS--
4 a>b {display: inherit;}
5 --EXPECT--
6 array (
7 'a>b' =>
8 array (
9 'display' => 'inherit',
10 ),
11 )