summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/534808-2.html
blob: c4a6bd458bd9f21a27eed46789ea297df5c2df0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!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>

<!-- solidblue.png is a 16x16 image -->

<table><tr><td><div style="height: 40px" id="forty"><div style="height: 100%">
  <img src="solidblue.png" style="height: 80%">
</div></div></td></tr></table>

</body>
</html>