summaryrefslogtreecommitdiffstats
path: root/toolkit/content/tests/chrome/dialog_dialogfocus2.xhtml
blob: da4b3dbdfad68e8aad642cee63f0a9ae6bcc9279 (plain)
1
2
3
4
5
6
7
8
<?xml-stylesheet href="chrome://global/skin" type="text/css"?>

<window id="root" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<dialog id="dialog-focus"
        buttons="none">
  <button id="nonbutton" noinitialfocus="true"/>
</dialog>
</window>