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