summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/extensions/test/browser/options.xul
blob: 1b682791535781622b32a6a88cd6a4605c141bca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" ?>
<vbox xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  <setting />
  <setting pref="extensions.inlinesettings2.bool1" type="bool" title="Bool 1" desc="Description Attribute"/>
  <setting pref="extensions.inlinesettings2.bool2" type="bool" title="Bool 2">Description Text Node</setting>
  <setting type="control" title="Button">
    This is a test, <button label="button" />all this text should be visible
  </setting>
  <setting type="unsupported">
    This setting should never appear
  </setting>
</vbox>