blob: f4c2da5a96bb7d50571aa6bce61136a2f864e1e8 (
plain)
1
2
3
4
5
6
7
8
9
|
<!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>
|