summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/372323-1xbl.xml
blob: e72d031cbb8521cfa7e054e64e94124284713c3b (plain)
1
2
3
4
5
6
7
8
9
10
11
<bindings xmlns="http://www.mozilla.org/xbl">
  <binding id="test">
    <content>
      <children includes="span"/>
      <html:div xmlns:html="http://www.w3.org/1999/xhtml" style="color: red">
        <children/>
      </html:div>
    </content>
  </binding>

</bindings>