Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-141.css
blob4ef7ca4f9d02cd412c350a5e59cbcc5d246ff608
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, *|t{ display : block ; margin-bottom : 1em }
5 *|q, *|s, *|t { background-color : red }
6 div.stub *|*:not([|title^="si on"]) { background-color : lime }