Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-14d.css
blob9847357896966bed705dd87d282fdf2fff0b85a9
2 p { background: green; color: white; }
3 .t1:not(.t2) { background: red; color: yellow; }
4 :not(.t2).t1 { background: red; color: yellow; }
5 .t2:not(.t1) { background: red; color: yellow; }
6 :not(.t1).t2 { background: red; color: yellow; }