haikuwebkit/LayoutTests/fast/lists/scrolled-marker-paint.html

5 lines
327 B
HTML

<ul style="list-style-position: outside; position: absolute; top: -20px;">
<li>This is a list item. You should see a list marker to the left.</li>
</ul>
<br><br>
<div>This is a testcase for <a href="https://bugs.webkit.org/show_bug.cgi?id=7542">REGRESSION: (r13028) Scrolling causes incomplete drawing of ul bullets</a>.</div>