blob: 37f724c6ea4cc51bfdc69e9582c2e3088f15f3a9 [file] [log] [blame]
<!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 - 12</title>
<style type="text/css">
table {border:solid green}
caption{border: solid orange}
</style>
</head>
<body >
<table><tr><td>
<table>
<caption align="left" style="width:50%">cap</caption>
<tr><td>table cell foo and bar</td></tr>
</table></td></tr></table>
</body>
</html>