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