2 <?xml-stylesheet href=
"chrome://global/skin/" type=
"text/css"?>
3 <window xmlns=
"http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
4 xmlns:
xul=
"http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
7 <bindings xmlns=
"http://www.mozilla.org/xbl">
17 <script type=
"text/javascript">
21 var x = document.getElementById(
"x");
22 var anon = document.getAnonymousNodes(x)[
0];
23 document.documentElement.removeChild(x);
24 document.documentElement.appendChild(x);
25 var hbox = document.createElement('hbox');
26 anon.appendChild(hbox);
31 <hbox id=
"x" style=
"-moz-binding: url(#lit)" />