Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-102.css
blob1c83f3c0cc6ceee6b4c5e89522d590f627adba10
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 *|p, *|r { background-color : red }
6 *|*[a|title$="tait"], p[|title$="tait"] { background-color : lime }
7 *|*[|title$="tait"], *|*[html|title$="tait"] { background-color : red }