tenfourfox/layout/reftests/text-decoration/decoration-css21-block-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

16 lines
471 B
HTML

<html>
<head>
<style>
.high {vertical-align: 5em;}
.invisible {color: transparent;}
</style>
</head>
<body>
<div>
<span style="text-decoration: underline;">
underline<span class="invisible">continued<span class="invisible">continued</span></span></span>
<span class="invisible high">offset<span class="invisible high">offset</span></span>
</div>
<span style="text-decoration: underline;">also underlined</span>
</body>
</html>