[DEPOT] ~gitignore : exclusion d'IMG
[ptitvelo/web/www.git] / www / plugins-dist / compresseur / lib / csstidy / testing / unit-tests / csst / selectors / first-child.csst
1 --TEST--
2 First child selector
3 --CSS--
4 p:first-child {display: inherit;}
5 --EXPECT--
6 array (
7 'p:first-child' =>
8 array (
9 'display' => 'inherit',
10 ),
11 )