mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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>
|