summaryrefslogtreecommitdiffstats
path: root/dom/xul/crashtests/509719-2-overlay.xul
blob: fefbe194aa4e422c4d40e651c0c9a19fc184e097 (plain)
1
2
3
4
5
6
7
8
<overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  <script>
    if (document.getElementById("testnode")) {
      document.loadOverlay(window.location.href.substr(0,window.location.href.lastIndexOf('/')+1)+'509719-2-overlay.xul', null);
    }
  </script>
  <box xmlns="http://www.w3.org/1999/xhtml" id="testnode" removeelement="true"/>
</overlay>