tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

background-resize-3.html (486B)


      1 <!-- Test for bug 600574 -->
      2 <html class="reftest-wait">
      3 <head>
      4 <script>
      5    function doTest() {
      6      document.getElementById("myDiv").style.width = "100px";
      7      document.documentElement.removeAttribute("class");
      8    }
      9    window.addEventListener("MozReftestInvalidate", doTest);
     10 </script>
     11 </head>
     12 <body>
     13  <div id="myDiv"
     14       style="width: 10px;
     15              height: 100px;
     16              background-image: url('limeInRed-noSVGDimensions-viewBox.svg')">
     17  </div>
     18 </body>
     19 </html>