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