8 2. Test that the inner start value gets inherited:
17 3. Test that extra tags before the li don't block the inheritance
24 4. Test for inheritance through many levels
26 <b><li>Should be
3 (and bold)
</li></b>
30 5. Test for properly chaining from the previous li when it is nested
32 <b><li>Should be
3 (and bold)
</li></b>
38 6. Test for properly chaining from the previous li when current is nested
41 <b><li>Should be
2 (and bold)
</li></b>
45 7. Test for properly chaining from the previous li when both are nested
47 <i><li>Should be
2 (and italic)
</li></i>
48 <b><li>Should be
3 (and bold)
</li></b>
52 8. Test for not inheriting improperly from an another list