summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/394014-2-constructordestructor.xml
blob: 0c571a6617d28fa759b2478d24c4ac68902c7cca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<bindings xmlns="http://www.mozilla.org/xbl">
<binding id="a">
<implementation>
<destructor>
  window.frameElement.parentNode.removeChild(window.frameElement);
</destructor>
</implementation>
<content>
<children/>
</content>
</binding>
</bindings>