mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
df40c46fa8
--HG-- extra : transplant_source : %1B%A2%1A%2Cb%7BcS%C9%5Et%F8%F16%E3%1A%12%D67%15
10 lines
332 B
HTML
10 lines
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>
|