Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-147a.css
blobc6c180e101cacf4edce7cc4cc29f0b7c33f1be89
2 line { display: block; }
3 [type~=match] { background: red; }
4 line:nth-last-of-type(3n-1) { background: lime; }
5 [hidden] { visibility: collapse; }