summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/as-image/zoom/img-fuzzy-zoomOut-1-ref.html
blob: 48f2d05ff7ee3fc7bade4e97b9b6198a3773fe52 (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
25
26
27
<!DOCTYPE html>
<!-- Any copyright is dedicated to the Public Domain.
   - http://creativecommons.org/publicdomain/zero/1.0/ -->
<html>
<head>
  <style>
    body {
      margin:  0px;
      padding: 0px;
      border:  0px;
    }
    div {
      background: url('circle-small.svg');
      background-size: 20px 20px;
      background-repeat: repeat;
      margin:  0px;
      padding: 0px;
      border:  0px;
      width:  40px;
      height: 40px;
    }
  </style>
</head>
<body>
  <div></div>
</body>
</html>