Thu, 15 Jan 2015 21:13:52 +0100
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>