зеркало из https://github.com/mozilla/gecko-dev.git
13 строки
303 B
HTML
13 строки
303 B
HTML
<!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>
|