Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-14c.css
blob05fa47bcd59478cb8db75573c4d3bee5160950c2
2 p { background: red; color: yellow; }
3 p.t1.t2 { background: green; color: white; }
4 div { background: green; color: white; }
5 div.t1 { background: red; color: yellow; }
6 address { background: red; color: yellow; }
7 address.t5.t5 { background: green; color: white; }