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