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