summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-bordercollapse/borderhandling-4.html
blob: c3bea8194510af22d8444f8f7e4f55c9dcbdd87d (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><tr><th><div/></th></tr></table>
</body>
</html>