зеркало из https://github.com/mozilla/gecko-dev.git
10 строки
332 B
HTML
10 строки
332 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<title>bug 714519: underline of nested vertical-align:top in almost standards mode</title>
|
|
|
|
<style>
|
|
div > span { text-decoration: underline }
|
|
span { vertical-align: top }
|
|
</style>
|
|
|
|
<div><span><span>Short line</span></span></div>
|