Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-96b.css
blob328e654840a10c2ed0f2d02f81a1766b86fd2917
1 @namespace a url(http://www.example.org/a);
2 @namespace b url(http://www.example.org/b);
3 div.green * { background-color : lime ! important }
4 div.test * { display : block ; margin-bottom : 1em }
5 div.test |* { background-color : red }