blob: 99e18fceba2ca6178afe7b636e88b25fbb982648 [file] [log] [blame]
This tests indenting a div inside a list item. By indenting "world", we should be inserting a blockquote around world inside the list item.
a
hello
world
b
a <ul> <li>hello<div id="test"><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"> world </blockquote></div></li> </ul> b