Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-74.css
blobc37aa6db8447ab74b82bc324383dac4269bd17ad
1 .red { background-color : red }
2 ul > li:not(:nth-last-child(odd)) { background-color : lime }
3 ol > li:not(:nth-last-child(even)) { background-color : lime }
4 table.t1 tr:not(:nth-last-child(-n+4)) { background-color : lime }
5 table.t2 td:not(:nth-last-child(3n+1)) { background-color : lime }
6 table.t1 td, table.t2 td { border : thin black solid }