summaryrefslogtreecommitdiffstats
path: root/layout/reftests/pixel-rounding/offscreen-0-ref.html
blob: de78c62a98074a6ddd13ffb50298bcfa6d9db510 (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: 0px; left: 0px; width: 15px; height: 15px; }

</style>
</head>
<body>

<div></div>

</body>
</html>