Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-146a.css
blob8b833bcae57aab52b7f88b000742a5cebd7d3f25
2 line { display: block; }
3 [type~=match] { background: red; }
4 line:nth-child(3n-1) { background: lime; }
5 [hidden] { display: none; }