1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/base/crashtests/514104-1.xul Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,22 @@ 1.4 +<?xml version="1.0"?> 1.5 +<?xml-stylesheet href="chrome://global/skin" type="text/css"?> 1.6 + 1.7 +<!-- there must be no extra elements in the document --> 1.8 + 1.9 +<window onload=" 1.10 + document.documentElement.removeChild(document.getElementById('b')); 1.11 + document.getElementById('l').removeChild(document.getElementById('h')); 1.12 + document.documentElement.appendChild(document.createElementNS('http://www.w3.org/1999/xhtml', 'span'));" 1.13 + xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> 1.14 + 1.15 +<bindings xmlns="http://www.mozilla.org/xbl" id="b"> 1.16 + <binding id="foo"> 1.17 + <content><listitem xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"><children xmlns="http://www.mozilla.org/xbl"/></listitem></content> 1.18 + </binding> 1.19 +</bindings> 1.20 + 1.21 +<listbox id="l" style="-moz-binding: url("#foo");"><hbox id="h"/></listbox> 1.22 + 1.23 +<listitem/> 1.24 + 1.25 +</window>