summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-lists/list-marker-with-lineheight-and-overflow-hidden-001-ref.html
blob: ae6486147e28502db80f6b887b1a6b16c30184f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!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>