summaryrefslogtreecommitdiffstats
path: root/layout/reftests/pixel-rounding/offscreen-image-size-4.html
blob: 99a630f0a7223c6f6e3418ac787eb958923dbcfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE HTML>
<html>
<head>
<title>Pixel rounding testcase</title>
<style type="text/css">

html, body { margin: 0; border: none; padding: 0; }
img { position: absolute; top: -10px; left: -10px; height: 25.4px; width: 25.4px; }

</style>
</head>
<body>

<img class="s1" src="blue-25x25.png">

</body>
</html>