summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1688004.xhtml
blob: b67c18b7fe0346678b2df338d294df407d7a19f8 (plain)
1
2
3
4
5
6
7
8
9
<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>