https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 4471ec6759b3d45873e7150a1de991e87aa90849 authored by ffxbld on 02 May 2012, 02:47:22 UTC
Added FIREFOX_13_0b2_RELEASE FIREFOX_13_0b2_BUILD1 tag(s) for changeset 168f3814b32e. DONTBUILD CLOSED TREE a=release
Tip revision: 4471ec6
test004.xul
<?xml version="1.0"?>
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/licenses/publicdomain/
-->
<?xml-stylesheet href="test004.css" type="text/css"?>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
        style="background-color: green" onload="handleOnLoad();">
<script type="text/javascript">
function handleOnLoad() {
  document.removeChild(document.firstChild);
}
</script>
</window>
back to top