1688004.xhtml (273B)
1 <html xmlns="http://www.w3.org/1999/xhtml" scrolling="false" class="reftest-wait"> 2 <body> 3 <dialog>ABC</dialog> 4 <script><![CDATA[ 5 document.querySelector("dialog").showModal(); 6 document.documentElement.className = ""; 7 ]]></script> 8 </body> 9 </html>