Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-124b.css
blobc7766b2665e280a93dd501c406229a560de5d359
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 : lime ! important }
5 div.stub *:not([a|title="foo"]) {background-color : red }