layout/reftests/svg/as-image/background-resize-4.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 <!-- 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, false);
    10 </script>
    11 </head>
    12 <body>
    13   <div id="myDiv"
    14        style="width: 10px;
    15               height: 100px;
    16               background-image:
    17                 url('limeInRed-noSVGDimensions-animViewBox.svg')">
    18   </div>
    19 </body>
    20 </html>

mercurial