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