Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-123.css
blobdcada9497d4b435497d708b40509caebdfe1cb01
1 @namespace html url(http://www.w3.org/1999/xhtml);
2 @namespace a url(http://www.example.org/a);
3 @namespace b url(http://www.example.org/b);
4 div.stub > *|* { color : red ; display : block ;
5 margin-bottom : 1em }
6 div.stub > *|*:not(|*) { color : green }