9 lines
273 B
HTML
9 lines
273 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml" scrolling="false" class="reftest-wait">
|
|
<body>
|
|
<dialog>ABC</dialog>
|
|
<script><![CDATA[
|
|
document.querySelector("dialog").showModal();
|
|
document.documentElement.className = "";
|
|
]]></script>
|
|
</body>
|
|
</html>
|