Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-77.css
blobd11df54191dac37fc3b49d08d3e3eb471ffa200a
1 .red { background-color : red }
2 .t1 td:not(:first-child) { background-color : lime }
3 p > *:not(:first-child) { background-color : lime }
4 table.t1 td { border : thin black solid }