Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-181.css
blobaba70f17d642889f4e514419dceed0cd8fa101ed
2 .cs { color: green; }
3 .cs P { background: red; color: yellow; }
4 .cs .a { background: red; color: yellow; }
5 .cs .span1 span { background: red; color: yellow; }
6 .cs .span2 { color: red; }
7 .cs .span2 SPAN { color: green; }
8 .cs .span2 span { background: red; color: yellow; }
9 .ci { color: red; }
10 .ci P { background: green; color: white; }
11 .ci .a { background: green; color: white; }
12 .ci .span1 span { background: green; color: white; }
13 .ci .span2 SPAN { background: green; color: white; }