"Initial commit to Gerrit"
[profile/ivi/libcroco.git] / tests / test-inputs / test2.css
1
2 /*simple selector and simple rulset test*/
3 S1 {prop1 : value1}
4
5 /*Simple selector list and simple ruleset test*/
6 s1,s2 {color: black ; background: white}
7
8 /*descendants and child selector list, simple ruleset test*/
9 s1 s2, S3 > s4 {prop1 : value1 ; prop2 : value2}