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