tenfourfox/layout/reftests/bugs/211931-1-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

27 lines
347 B
HTML

<!DOCTYPE html>
<html>
<head>
<style type="text/css">
td { border: 1px solid green; }
</style>
</head>
<table>
<tr>
<td>A</td>
</tr>
<tr>
<td>B</td>
</tr>
<tr>
<td>
<table>
<tr>
<td>The quick brown fox jumps over the lazy wordwrap</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>