summaryrefslogtreecommitdiffstats
path: root/toolkit/components/tooltiptext/tests/xul_tooltiptext.xhtml
blob: 8288ffc5fce2aa13c1c54b3d430d3bb4cbecfb45 (plain)
1
2
3
4
5
6
7
8
9
10
11
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>