Ian Hickson #test { background: red; display: block; padding: 1em; } #test:not(:empty) { background: lime; }

The following bar should be green.