Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-129b.css
blobc37a5eba98ea3b5d1c486b3492874ce54e9db6f4
1 @namespace a url(http://www.example.org/a);
2 @namespace b url(http://www.example.org/b);
3 @namespace html url(http://www.w3.org/1999/xhtml);
4 *|p, *|q, *|r, *|s { display : block ; margin-bottom : 1em }
5 *|q, *|s { background-color : lime ! important }
6 div.stub *|*:not([a|title*="hanta"]) { background-color : red }