blob: 12cd6b0792629a0f367c2031b26cd32820cd08e9 [file] [edit]
<style>
.container {
display: inline-flex;
flex-direction: column;
}
table {
font-family: Ahem;
font-size: 20px;
}
</style>
<div class="container">
<table>
<tr>
<td>PASS if text does not wrap.</td>
</tr>
</table>
</div>