bug839193.xul 660 B

123456789101112131415161718
  1. <?xml version="1.0"?>
  2. <!-- This Source Code Form is subject to the terms of the Mozilla Public
  3. - License, v. 2.0. If a copy of the MPL was not distributed with this
  4. - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
  5. <window id="main-window"
  6. xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  7. windowtype="Browser:bug839193"
  8. onload="onLoad()"
  9. onunload="onUnload()"
  10. align="stretch"
  11. screenX="10" screenY="10"
  12. width="600" height="600"
  13. persist="screenX screenY width height sizemode">
  14. <script type="application/javascript" src="chrome://mochitests/content/browser/dom/indexedDB/test/bug839193.js"/>
  15. </window>