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

Thu, 15 Jan 2015 21:13:52 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:13:52 +0100
branch
TOR_BUG_9701
changeset 12
7540298fafa1
permissions
-rw-r--r--

Remove forgotten relic of ABI crash risk averse overloaded method change.

     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.svg')">
    16   </div>
    17 </body>
    18 </html>

mercurial