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