diff options
Diffstat (limited to 'layout/base/crashtests/394014-2-constructordestructor.xml')
-rw-r--r-- | layout/base/crashtests/394014-2-constructordestructor.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/base/crashtests/394014-2-constructordestructor.xml b/layout/base/crashtests/394014-2-constructordestructor.xml new file mode 100644 index 000000000..0c571a661 --- /dev/null +++ b/layout/base/crashtests/394014-2-constructordestructor.xml @@ -0,0 +1,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>
\ No newline at end of file |