1 This tests creating a list from an empty paragraph with bold already applied to it. The word below should be bold.
2 <div><ul><li><b>Bold</b></li></ul></div>
4 This tests creating a list from an empty paragraph when the typing style was Bold. The word below should be bold.
5 <ul><li><b>Bold</b></li></ul>
7 This tests indenting an empty paragraph with bold already applied to it. The word below should be bold.
8 <blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"><div><b>Bold</b></div></blockquote>
10 This tests indenting an empty paragraph when the typing style was Bold. The word below should be bold.
11 <blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"><b>Bold</b></blockquote>
13 This tests outdenting an empty paragraph with bold already applied to it. The word below should be bold.
16 This tests indenting an empty paragraph when the typing style was Bold. The word below should be bold.