417509.xul 280 B

1234567
  1. <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  2. <span id="a" datasources="" xmlns="http://www.w3.org/1999/xhtml"/>
  3. <script xmlns="http://www.w3.org/1999/xhtml">
  4. document.documentElement.appendChild(document.getElementById('a'));
  5. </script>
  6. </window>