summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/484256-1-ref.html
blob: ac7f3ca01ae6e75ae98821767ea1f0bae8d0a136 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<head>
<style>
table {border-collapse: separate; border-spacing:0px;
border-top: 300px solid orange}
div {width:10px; height: 10px; border:thin green solid;}
td {padding:0px;}
</style>
</head>
<div></div>
<table><tr><td><div></div></td></tr></table>
</html>