chromium/third_party/blink/web_tests/external/wpt/css/css-lists/list-marker-with-lineheight-and-overflow-hidden-001-ref.html

<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Lists: test list with overflow:hidden and line-height firstchild</title>

<p>This test passes if there is a marker for each li and followed by "text" in the same line.</p>

<ul>
  <li>
    <div style="line-height:100px;">
      <span>text</span>
    </div>
  </li>
</ul>
<ul>
  <li style="list-style-image: url(resources/white.gif);">
    <div style="line-height:100px;">text</div>
  </li>
</ul>