Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-36.css
blobabd385308fa46f54f1d53f0be81cec9c9ab690e6
1 .red { background-color : red }
2 p:only-child { background-color : lime }
3 div.testText > div > p { margin-left : 1em }