1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/content/xul/document/crashtests/468211-3.xul Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,18 @@ 1.4 +<?xml-stylesheet href="chrome://browser/skin/" type="text/css"?> 1.5 +<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> 1.6 +<box style="-moz-binding:url(#xbl)"/> 1.7 + 1.8 + 1.9 +<bindings xmlns="http://www.mozilla.org/xbl"> 1.10 +<binding id="xbl" inheritstyle="false"> 1.11 +<content> 1.12 +<g xmlns="http://www.w3.org/2000/svg" onDOMAttrModified="document.removeChild(document.documentElement)" id="a"/> 1.13 +<box xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" observes="a"/> 1.14 + 1.15 +<children xmlns="http://www.mozilla.org/xbl"/> 1.16 + 1.17 +</content> 1.18 +</binding> 1.19 +</bindings> 1.20 + 1.21 +</window> 1.22 \ No newline at end of file