diff options
Diffstat (limited to 'layout/reftests/bugs/1688004.xhtml')
-rw-r--r-- | layout/reftests/bugs/1688004.xhtml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/bugs/1688004.xhtml b/layout/reftests/bugs/1688004.xhtml new file mode 100644 index 0000000000..b67c18b7fe --- /dev/null +++ b/layout/reftests/bugs/1688004.xhtml @@ -0,0 +1,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> |