Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-119.css
blob52bcef35a015cf7b0bc2e8ca180cf568117a3f4f
1 @namespace html url(http://www.w3.org/1999/xhtml);
2 @namespace a url(http://www.example.org/a);
3 @namespace b url(http://www.example.org/b);
4 div.test *:not(*|div) { display : block ; margin-bottom : 1em ;
5 background-color : red }
6 div.test > *:not(*|p):not(*|div) { background-color : lime }
7 div.stub > *:not(*|div) { background-color : lime }