Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-176.css
blobb43c7a738bab41ebe44caee8433d95c80916d9f6
2 p { background: red; color: yellow; }
3 p:not(#other).class:not(.fail).test#id#id { background: green; color: white; }
4 div { background: green; color: white; }
5 div:not(#theid).class:not(.fail).test#theid#theid { background: red; color: yellow; }
6 div:not(#other).notclass:not(.fail).test#theid#theid { background: red; color: yellow; }
7 div:not(#other).class:not(.test).test#theid#theid { background: red; color: yellow; }
8 div:not(#other).class:not(.fail).nottest#theid#theid { background: red; color: yellow; }
9 div:not(#other).class:not(.fail).nottest#theid#other { background: red; color: yellow; }