mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-28 10:18:39 +09:00
8 lines
219 B
HTML
8 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>
|