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