background-resize-2.html (451B)
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); 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>