dom/indexedDB/test/bug839193.xul

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dom/indexedDB/test/bug839193.xul	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,17 @@
     1.4 +<?xml version="1.0"?>
     1.5 +<!-- This Source Code Form is subject to the terms of the Mozilla Public
     1.6 +   - License, v. 2.0. If a copy of the MPL was not distributed with this
     1.7 +   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
     1.8 +
     1.9 +<window id="main-window"
    1.10 +  xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
    1.11 +  windowtype="Browser:bug839193"
    1.12 +  onload="onLoad()"
    1.13 +  onunload="onUnload()"
    1.14 +  align="stretch"
    1.15 +  screenX="10" screenY="10"
    1.16 +  width="600" height="600"
    1.17 +  persist="screenX screenY width height sizemode">
    1.18 +
    1.19 +  <script type="application/javascript" src="chrome://mochitests/content/browser/dom/indexedDB/test/bug839193.js"/>
    1.20 +</window>

mercurial