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