summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text-decoration/decoration-css21-block.html
blob: 761fc6a94ddcfb8e10f1c0450e04c5c17e9bc9ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
	<head>
		<style>
			.high {vertical-align: 5em;}
			.invisible {color: transparent;}
		</style>
	</head>
	<body>
		<div style="text-decoration: underline;">
			underline<span class="invisible high">continued<span class="invisible high">continued</span></span><br>
			also underlined
		</div>
	</body>
</html>