Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
michael@0 | 1 | <?xml version="1.0"?> |
michael@0 | 2 | <?xml-stylesheet href="chrome://global/skin" type="text/css"?> |
michael@0 | 3 | |
michael@0 | 4 | <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" onload="document.getElementById('listbox').removeChild(document.getElementById('span'));"> |
michael@0 | 5 | |
michael@0 | 6 | <bindings xmlns="http://www.mozilla.org/xbl"> |
michael@0 | 7 | <binding id="foo"> |
michael@0 | 8 | <content><listitem xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"><children xmlns="http://www.mozilla.org/xbl"/></listitem></content> |
michael@0 | 9 | </binding> |
michael@0 | 10 | </bindings> |
michael@0 | 11 | |
michael@0 | 12 | <listbox id="listbox" style="-moz-binding: url(#foo)"><span xmlns="http://www.w3.org/1999/xhtml" id="span"/></listbox> |
michael@0 | 13 | |
michael@0 | 14 | </window> |