summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/moz-only/xbl-basic-02.xbl
blob: 543e5ff96fcd99fadd8963c9859afdb216f620c5 (plain)
1
2
3
4
5
6
7
8
9
<bindings xmlns="http://www.mozilla.org/xbl">
  <binding id="lime">
    <content>
      <children/>
      <rect xmlns="http://www.w3.org/2000/svg"
            width="100%" height="100%" fill="lime"/>
    </content>
  </binding>
</bindings>