summaryrefslogtreecommitdiffstats
path: root/toolkit/components/tooltiptext/tests/xul_tooltiptext.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/components/tooltiptext/tests/xul_tooltiptext.xhtml')
-rw-r--r--toolkit/components/tooltiptext/tests/xul_tooltiptext.xhtml12
1 files changed, 12 insertions, 0 deletions
diff --git a/toolkit/components/tooltiptext/tests/xul_tooltiptext.xhtml b/toolkit/components/tooltiptext/tests/xul_tooltiptext.xhtml
new file mode 100644
index 0000000000..8288ffc5fc
--- /dev/null
+++ b/toolkit/components/tooltiptext/tests/xul_tooltiptext.xhtml
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<html xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
+ <xul:toolbox xmlns:html="http://www.w3.org/1999/xhtml"
+ xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
+ <toolbar>
+ <toolbarbutton id="xulToolbarButton"
+ tooltiptext="XUL tooltiptext"
+ title="XUL title"/>
+ </toolbar>
+ </xul:toolbox>
+</html>