Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-179a.css
bloba5e4c403968b41df622f900d94aa4c17194158e0
2 p { color: green; }
3 p:first-line { background: red; color: yellow; font-size: 4em; }
4 p::first-line { background: red; color: yellow; font-size: 4em; }