layout/reftests/svg/as-image/background-resize-2.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

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

mercurial