chromium/third_party/blink/web_tests/css3/selectors3/xml/css3-modsel-146b.css


  line { display: block; }
  [type~=match] { background: lime ! important; }
  line:nth-child(3n-1) { background: red; }
  [hidden] { display: none; }