summaryrefslogtreecommitdiffstats
path: root/layout/reftests/image-element/element-paint-paintserversize-rounding-02-ref.html
blob: 398034a0f1f8a9ad19ce84182db3aab5e36fb59d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!--
     Any copyright is dedicated to the Public Domain.
     http://creativecommons.org/licenses/publicdomain/
-->
<!DOCTYPE html>
<html>
<head>
<style>
body > div {
  width: 200px;
  height: 200px;
  background: lime;
  float: left;
}
</style>
</head>
<body style="margin:0">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</body>
</html>