tenfourfox/layout/reftests/table-bordercollapse/borderhandling-4.html

11 lines
224 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<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>