Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-137b.css
blobec7f46dd3e1f6bfd9c758eff92f5b56c19d221eb
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 *|q, *|r { display : block ; margin-bottom : 1em }
5 *|q { background-color : lime ! important }
6 div.stub *|*:not([|title]) { background-color : red }