summaryrefslogtreecommitdiffstats
path: root/image/test/reftest/downscaling/1421191-1.html
blob: b8146a2371b7da9f848a76e62a21f00d3088de16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html reftest-zoom="1.6">
<head>
<style>
#xx {
background-image: url("1421191-1.png");
background-position: -61px -797px;
background-position-x: -61px;
background-position-y: -797px;
background-repeat: no-repeat;
background-size: 82px auto;
display: block;
height: 24px;
width: 22px;
}
</style>
</head>
<body>
<span id="xx"></span>
</body>
</html>