Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-68.css
blob7ab9632fd227daf6d8d8aeb36044a54b2e538e50
1 button { background-color : red }
2 input { background-color : red }
3 button:not(:enabled) { background-color : lime }
4 input:not(:enabled) { background-color : lime }