<!DOCTYPE html>
<style>
.clean {
all: inherit;
font-size: 3em;
text-decoration: underline;
display: inline;
}
</style>
<p>Test passes if it does not CRASH.</p>
<table>
<td><span class="clean">1.</span>3</td>
</table>
<!DOCTYPE html>
<style>
.clean {
all: inherit;
font-size: 3em;
text-decoration: underline;
display: inline;
}
</style>
<p>Test passes if it does not CRASH.</p>
<table>
<td><span class="clean">1.</span>3</td>
</table>