459883.xhtml (471B)
1 <html xmlns="http://www.w3.org/1999/xhtml" style="filter: url(#r);" class="reftest-wait"><head> 2 <script type="text/javascript"> 3 4 function boom() 5 { 6 document.getElementById("s").setAttribute("style", "display: -moz-box;"); 7 document.documentElement.removeAttribute("class"); 8 } 9 10 window.addEventListener("load", function() { setTimeout(boom, 0); }, false); 11 12 </script> 13 </head><body><ms xmlns="http://www.w3.org/1998/Math/MathML" id="s"><maction id="r"/></ms></body></html>