Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-145a.css
blobc83b5d3c1d652bf5eb2ab8f95041002112aa6b4d
2 line { display: block; }
3 [type~=odd] { background: red; }
4 line:nth-of-type(odd) { background: lime; }
5 [hidden] { display: none; }