summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text-decoration/inline-baseline-almost-standards.html
blob: 71bdfc14b830b05bd091b9123deb6a1db3fcb0f7 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
	"http://www.w3.org/TR/html4/loose.dtd">
<html>
	<title>test for bug 223764 (Almost-standards)</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>