RetroZilla/layout/html/tests/block/bugs/13869.html

10 lines
290 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<title>indent on LI</title>
<ul>
<li style="text-indent: 0">This item has a text-indent of 0.
<li style="text-indent: 2em">This item has a text-indent of 2em.
<li style="text-indent: -2em">This item has a text-indent of -2em.
</ul>