Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-29b.css
blob74f114b7ba172a17f8a48bf8d480bc0e6bb8aa75
1 .green { background-color : lime ! important }
2 ul > li:nth-last-child(odd) { background-color : red }
3 ol > li:nth-last-child(even) { background-color : red }
4 table.t1 tr:nth-last-child(-n+4) { background-color : red }
5 table.t2 td:nth-last-child(3n+1) { background-color : red }