summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-bordercollapse/borderhandling-2.html
blob: df14e1e827334477600304d4c63f903a61b98541 (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><td><div/></td></table>
</body>
</html>