summaryrefslogtreecommitdiffstats
path: root/toolkit/content/tests/chrome/dialog_button.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/content/tests/chrome/dialog_button.xhtml')
-rw-r--r--toolkit/content/tests/chrome/dialog_button.xhtml9
1 files changed, 9 insertions, 0 deletions
diff --git a/toolkit/content/tests/chrome/dialog_button.xhtml b/toolkit/content/tests/chrome/dialog_button.xhtml
new file mode 100644
index 0000000000..64bf916fff
--- /dev/null
+++ b/toolkit/content/tests/chrome/dialog_button.xhtml
@@ -0,0 +1,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>