1244898-1.xhtml (283B)
1 <html xmlns="http://www.w3.org/1999/xhtml" class="reftest-wait"> 2 3 <script> 4 5 window.addEventListener("load", function() { 6 location.hash = "#a"; 7 document.documentElement.removeAttribute("class"); 8 }, false); 9 10 </script> 11 12 <animate xmlns="http://www.w3.org/2000/svg" id="a"/> 13 14 </html>