summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/printing/test5.html
blob: e1b09dc1ad816a28b818fa2feae5e69830c938d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<title>test5</title>
<style>
#localbackground img {
background:white url(sadtab.png) no-repeat scroll 0px;
height:66px;
width:66px;
}
img {
border:medium none;
}
</style>
<body>
<div id="localbackground">
<img src="cleardot.gif" width="66" height="66" border="0" alt="">
</div>
</body>
</html>