[DEPOT] ~gitignore : exclusion d'IMG
[ptitvelo/web/www.git] / www / plugins-dist / compresseur / lib / csstidy / testing / unit-tests / csst / selectors / errors / dangling-combinator.csst
1 --TEST--
2 Dangling combinator selector
3 --CSS--
4 + b {display: inherit;}
5 b > {font-family: inherit;}
6 <b>asdf</b> {font-size: inherit;}
7 --EXPECT--
8 array (
9 )
10 --SETTINGS--
11 optimise_shorthands=0
12 discard_invalid_selectors=1