blob: ebbb19138317782fdb927f06d85fa532d97191fb [file] [log] [blame]
<!DOCTYPE html>
<style>
.yellow::first-line { color:grey }
</style>
<body>
<p>Test to make sure that the decoration line paints properly underneath the subscript.
</p>
<p class="yellow" style="font-size:40px; float:left; text-decoration:underline;text-underline-position:under; border:1px dotted orange"><span style="vertical-align:-5px;">Here is the subscript for this line.</span>
</p>
</body>