Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/bugs/211931-1-ref.html

26 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>