RetroZilla/layout/html/tests/block/bugs/13869.html
2015-10-20 23:03:22 -04:00

10 lines
290 B
HTML

<!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>