summaryrefslogtreecommitdiffstats
path: root/js/xpconnect/tests/chrome/file_bug1050049.xml
blob: cc8653ea637aa30392f3d290b7eb230235443ba2 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0"?>
<bindings id="testBindings" xmlns="http://www.mozilla.org/xbl"
          xmlns:html="http://www.w3.org/1999/xhtml">
  <binding id="regularChromeBinding">
    <content><html:p>Anonymous Paragraph</html:p></content>
  </binding>
  <binding id="whitelistedChromeBinding" bindToUntrustedContent="true">
    <content><html:p>Anonymous Paragraph</html:p></content>
  </binding>
</bindings>