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

27 lines
398 B
HTML
Raw Normal View History

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