RetroZilla/layout/html/tests/block/bugs/185411-1.html
2015-10-20 23:03:22 -04:00

62 lines
1.6 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en-US">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css">
table { margin-left: auto; margin-right: auto; }
table:last-child { margin-right: 0; }
table:first-child { margin-left: 0; }
div.constrained {
border: medium solid;
width: 20px;
margin: auto;
}
</style>
</head>
<body>
<div>
<table border><tr><td>ABCDE</td></tr></table>
<table border><tr><td>ABCDE</td></tr></table>
<table border><tr><td>ABCDE</td></tr></table>
</div>
<div>
<table border width="5"><tr><td>ABCDE</td></tr></table>
<table border width="5"><tr><td>ABCDE</td></tr></table>
<table border width="5"><tr><td>ABCDE</td></tr></table>
</div>
<div>
<table border width="300"><tr><td>ABCDE</td></tr></table>
<table border width="300"><tr><td>ABCDE</td></tr></table>
<table border width="300"><tr><td>ABCDE</td></tr></table>
</div>
<div class="constrained">
<table border><tr><td>ABCDE</td></tr></table>
<table border><tr><td>ABCDE</td></tr></table>
<table border><tr><td>ABCDE</td></tr></table>
</div>
<div class="constrained">
<table border width="5"><tr><td>ABCDE</td></tr></table>
<table border width="5"><tr><td>ABCDE</td></tr></table>
<table border width="5"><tr><td>ABCDE</td></tr></table>
</div>
<div class="constrained">
<table border width="300"><tr><td>ABCDE</td></tr></table>
<table border width="300"><tr><td>ABCDE</td></tr></table>
<table border width="300"><tr><td>ABCDE</td></tr></table>
</div>
</body>
</html>