Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-24.css
blob9a0d1f56be2335d7249ca8a53c4899b74bf1cac3
1 button { background-color : red }
2 input { background-color : red }
3 button:disabled { background-color : lime }
4 input:disabled { background-color : lime }