Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-53.css
blobb430948e2527098ce904f1bf7fba7703ca2dfaac
1 @namespace a url(http://www.example.org/a);
2 @namespace b url(http://www.example.org/b);
3 div.stub p { color : red }
4 div.stub > a|*, div.stub > b|* { color : red ; display : block ; margin-bottom : 1em }
5 div.stub *|*:not([test|="foo-bar"]) { color : lime }
6 div.stub *|p:not([lang|="en-us"]) { color : lime }
7 div.stub b|*[test|="foo2-bar"] { color : lime }