Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-81.css
blob34a70e7fc80696fa9a8bf0943d343c4d2bd8b844
1 .red { background-color : red }
2 p:not(:only-child) { background-color : lime }
3 div.testText > div > p { margin-left : 1em }