Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-d1.css
blobd4a4cf22f13b640b24ef1695bbe8dc9a270406e9
2 #test { background: red; display: block; padding: 1em; }
3 #test:not(:empty) { background: lime; }