tenfourfox/layout/reftests/bugs/714519-2-q.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

9 lines
219 B
HTML

<title>bug 714519: underline of nested vertical-align:top in quirks mode</title>
<style>
div > span { text-decoration: underline }
span { vertical-align: top }
</style>
<div><span><span>Short line</span></span></div>