Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-124.css
blobd1037146dad2b1a107f870b5f41f1b6ba7fe5e66
1 @namespace a url(http://www.example.org/a);
2 @namespace b url(http://www.example.org/b);
3 *|p, *|q, *|r, *|s { display : block ; margin-bottom : 1em }
4 *|p, *|r, *|s { background-color : red }
5 div.stub *:not([a|title="foo"]) {background-color : lime }