1. Basic inheritance:
- Should be 3
- Should be 4
2. Test that the inner start value gets inherited:
- Should be 5
- Should be 3
3. Test that extra tags before the li don't block the inheritance
Text
- Should be 3
4. Test for inheritance through many levels
- Should be 3 (and bold)
5. Test for properly chaining from the previous li when it is nested
- Should be 3 (and bold)
- Should be 4
- Should be 5
6. Test for properly chaining from the previous li when current is nested
- Should be 1
- Should be 2 (and bold)
7. Test for properly chaining from the previous li when both are nested
- Should be 2 (and italic)
- Should be 3 (and bold)
8. Test for not inheriting improperly from an another list
- Should be 2
- Should be 5