Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-lists/list-marker-with-lineheight-and-overflow-hidden-001.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Lists: test list with overflow:hidden and line-height firstchild</title>
<link rel=match href="list-marker-with-lineheight-and-overflow-hidden-001-ref.html">
<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="overflow:hidden; line-height:100px;">
<span>text</span>
</div>
</li>
</ul>
<ul>
<li style="list-style-image: url(resources/white.gif);">
<div style="overflow:hidden; line-height:100px;">text</div>
</li>
</ul>