Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-32.css
blob5e608e895a04e50d77fb7ea9033169c0a8403bb7
1 .red { background-color : red }
2 .t1 td:first-child { background-color : lime }
3 p > *:first-child { background-color : lime }