Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-14b.css
blob259fcc351f42eb14797c572f7dc7ae2df91c5b39
2 p { background: green; color: white; }
3 .t1.fail { background: red; color: yellow; }
4 .fail.t1 { background: red; color: yellow; }
5 .t2.fail { background: red; color: yellow; }
6 .fail.t2 { background: red; color: yellow; }
7 /* Note: This is a valid test even per CSS1, since in CSS1 those rules
8 are invalid and should be dropped. */