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

<div></div>
</html>