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

html, body { margin: 0; border: none; padding: 0; }
div { position: absolute; background: blue;
      top: -9.5px; left: -9.5px; width: 25px; height: 25px; }

</style>
</head>
<body>

<div></div>

</body>
</html>