summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-bordercollapse/borderhandling-strict-ref.html
blob: a472e015155cbc054d167c084f2e1ad6b14833a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<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>