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