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