Source code

Revision control

Copy as Markdown

Other Tools

<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>