summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/534808-1-ref.html
blob: ddb8a855f85d15d9d4932a09d3913253fc2b392f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css">

table { border-spacing: 0; }
td { padding: 0; border: 1px solid; line-height: 1px; }
img { visibility: hidden; vertical-align: bottom; }

</style>
</head>
<body>

<table><tr><td>
  <img src="solidblue.png">
</td></tr></table>

</body>
</html>