blob: 64bf916fffc5221b8c0a372be57fe71ef316fff8 (
plain)
1
2
3
4
5
6
7
8
9
|
<?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="accept"
buttonlabelaccept="accept"
buttonaccesskeyaccept="a">
<button id="button"></button>
</dialog>
</window>
|