summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/as-image/background-resize-2.html
blob: 86df50c02b972b59880e7f10f79ceaa7e18d6b0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html class="reftest-wait">
<head>
<script>
    function doTest() {
      document.getElementById("myDiv").style.width = "100px";
      document.documentElement.removeAttribute("class");
    }
    window.addEventListener("MozReftestInvalidate", doTest);
</script>
</head>
<body>
  <div id="myDiv"
       style="width: 10px;
              height: 100px;
              background-image: url('lime100x100-noSVGDimensions.svg')">
  </div>
</body>
</html>