Source code
Revision control
Copy as Markdown
Other Tools
<!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>