1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/714519-2-q.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,8 @@ 1.4 +<title>bug 714519: underline of nested vertical-align:top in quirks mode</title> 1.5 + 1.6 +<style> 1.7 +div > span { text-decoration: underline } 1.8 +span { vertical-align: top } 1.9 +</style> 1.10 + 1.11 +<div><span><span>Short line</span></span></div>