summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-bordercollapse/borderhandling-ref.html
blob: c3bf72492f3a0d1d219bca72487abac26f9e23c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<style>
div {width: 50px; height: 50px;}
</style>
</head>
<body>
<table border=1><tbody><tr><td><div/></td></tr></tbody></table>
</body>
</html>