blob: 93d2440242f673d26034ac62b16216a98e23245d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!DOCTYPE HTML>
<title>bug 714519: list numbering of nested vertical-align:top (reference)</title>
<style>
ol {width: 30em; margin-top: 0 }
</style>
<ol>
<li>Short line</li>
<li>This is text that needs to wrap to more than one line to cause the list bullet to disappear</li>
<li>Short line</li>
</ol>
|