summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text-decoration/inline-baseline-quirks.html
blob: 599b1e8da04af7b029cd67517d1a5d314b268810 (plain)
1
2
3
4
5
6
7
8
<html>
	<title>test for bug 223764 (Quirks)</title>
	<body>
		<p style="overflow: hidden; padding-bottom: 20px;">
			<span style="font-size: 100px; text-decoration:underline"><span style="font-size: 20px">hello</span></span>
		</p>
	</body>
</html>