Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-14.css
blob4e65fc724700435f0a9210b2f363575bb7cedc5f
1 p { background-color : red ; border : thick solid red ; padding : 1em }
2 p.t1 { background-color : lime }
3 p.t2 { border : thick solid green }
5 div { background: green; color: white; }
6 div.teST { background: red; color: yellow; }
7 div.te { background: red; color: yellow; }
8 div.st { background: red; color: yellow; }
9 div.te.st { background: red; color: yellow; }