c0f637b10edd3b6ebca2ab0fc5c785beb02020d9
[ptitvelo/web/www.git] / www / plugins-dist / compresseur / lib / csstidy / testing / unit-tests / csst / selectors / simple.csst
1 --TEST--
2 Simple selector
3 --CSS--
4 a[foo="bar"].class#id:hover {display: inherit;}
5 --EXPECT--
6 array (
7 'a[foo="bar"].class#id:hover' =>
8 array (
9 'display' => 'inherit',
10 ),
11 )