tenfourfox/layout/reftests/table-bordercollapse/borderhandling-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

11 lines
241 B
HTML

<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>