summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/as-image/background-scale-no-viewbox-1-ref.html
blob: e9ee74d29b102623ac3aab258ffcfd7f098c9976 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
  <style>
    div {
      background-color: white;
      width: 12px;
      height: 60px;
    }
    body {
      background-color: black;
      margin:  0px;
      padding: 0px;
      border:  0px;
    }
  </style>
</head>
<body>
  <div></div>
</body>
</html>