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


  line { display: block; }
  [type~=odd] { background: lime ! important; }
  line:nth-of-type(odd) { background: red; }
  [hidden] { display: none; }