bernd.mielke%snafu.de 91bb891a78 layout regression testcase for caption-side, not part of any build
git-svn-id: svn://10.0.0.236/trunk@132690 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-30 06:31:49 +00:00

27 lines
537 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>caption side static - 14</title>
<style type="text/css">
table {border:solid green}
caption{border: solid orange}
</style>
</head>
<body >
<div style="height:200px; border:solid blue">
<table align="center" style="height:80%">
<caption align="left" style="width:20%; height:50%; vertical-align:bottom">cap</caption>
<tr><td>table cell</td></tr>
</table>
</div>
</body>
</html>