chromium/third_party/blink/web_tests/css3/selectors3/xhtml/css3-modsel-147b.xml

<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <title>:nth-last-of-type() pseudo-class with collapsed elements</title>
  <style type="text/css"><![CDATA[
  line { display: block; }
  [type~=match] { background: lime ! important; }
  line:nth-last-of-type(3n-1) { background: red; }
  [hidden] { visibility: collapse; }
]]></style>
  <link rel="first" href="css3-modsel-1.xml" title="Groups of selectors"/>
  <link rel="prev" href="css3-modsel-147a.xml" title=":nth-last-of-type() pseudo-class with collapsed elements"/>
  <link rel="next" href="css3-modsel-148.xml" title=":empty pseudo-class and text"/>
  <link rel="last" href="css3-modsel-d4.xml" title="Dynamic updating of :first-child and :last-child"/>
  <link rel="up" href="./index.html"/>
  <link rel="top" href="../../index.html"/>
 </head>
 <body>
 <test xmlns="http://www.example.org/">
  <line type="">This line should be unstyled.</line>
  <line type="match">This line should be green.</line>
  <line type="">This line should be unstyled.</line>
  <line type="">This line should be unstyled.</line>
  <line type="match">This line should be green.</line>
  <line type="">This line should be unstyled.</line>
  <line type="">This line should be unstyled.</line>
  <line type="match" hidden="hidden">This line should be green.</line>
  <line type="" hidden="hidden">This line should be unstyled.</line>
  <line type="">This line should be unstyled.</line>
  <line type="match">This line should be green.</line>
  <line type="">This line should be unstyled.</line>
  <line type="">This line should be unstyled.</line>
  <line type="match">This line should be green.</line>
  <line type="" hidden="hidden">This line should be unstyled.</line>
  <line type="">This line should be unstyled.</line>
  <line type="match">This line should be green.</line>
  <line type="">This line should be unstyled.</line>
  <line type="">This line should be unstyled.</line>
  <line type="match">This line should be green.</line>
  <line type="">This line should be unstyled.</line>
 </test> 
</body>
</html>