1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/xbl/crashtests/223799-1.xul Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,27 @@ 1.4 +<?xml version="1.0"?> 1.5 +<?xml-stylesheet href="chrome://global/skin/" type="text/css"?> 1.6 +<window 1.7 + xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 1.8 + xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 1.9 + xmlns:html="http://www.w3.org/1999/xhtml" 1.10 + > 1.11 + <bindings xmlns="http://www.mozilla.org/xbl"> 1.12 + <binding id="foo"> 1.13 + <content><xul:box><xul:box><children/></xul:box></xul:box></content> 1.14 + </binding> 1.15 + <implementation> 1.16 + <field name="box">document.getAnonymousNodes(this)[0]</field> 1.17 + </implementation> 1.18 + </bindings> 1.19 + <html:style type="text/css"> 1.20 + <!-- CSS style rules for XBL bindings go here --> 1.21 + <![CDATA[ 1.22 +foo { 1.23 + -moz-binding: url("#foo"); 1.24 +} 1.25 + ]]> 1.26 + </html:style> 1.27 + <!-- XUL application goes here --> 1.28 + 1.29 + <foo><description>World</description></foo> 1.30 +</window>