1*fd31ae3bSstephan<!doctype html>
2*fd31ae3bSstephan<html lang="en-us">
3*fd31ae3bSstephan  <head>
4*fd31ae3bSstephan    <meta charset="utf-8">
5*fd31ae3bSstephan    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
6*fd31ae3bSstephan    <link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon">
7*fd31ae3bSstephan    <link rel="stylesheet" href="common/emscripten.css"/>
8*fd31ae3bSstephan    <link rel="stylesheet" href="common/testing.css"/>
9*fd31ae3bSstephan    <title>worker-promise tests</title>
10*fd31ae3bSstephan  </head>
11*fd31ae3bSstephan  <body>
12*fd31ae3bSstephan    <header id='titlebar'><span>worker-promise tests</span></header>
13*fd31ae3bSstephan    <!-- emscripten bits -->
14*fd31ae3bSstephan    <figure id="module-spinner">
15*fd31ae3bSstephan      <div class="spinner"></div>
16*fd31ae3bSstephan      <div class='center'><strong>Initializing app...</strong></div>
17*fd31ae3bSstephan      <div class='center'>
18*fd31ae3bSstephan        On a slow internet connection this may take a moment.  If this
19*fd31ae3bSstephan        message displays for "a long time", intialization may have
20*fd31ae3bSstephan        failed and the JavaScript console may contain clues as to why.
21*fd31ae3bSstephan      </div>
22*fd31ae3bSstephan    </figure>
23*fd31ae3bSstephan    <div class="emscripten" id="module-status">Downloading...</div>
24*fd31ae3bSstephan    <div class="emscripten">
25*fd31ae3bSstephan      <progress value="0" max="100" id="module-progress" hidden='1'></progress>
26*fd31ae3bSstephan    </div><!-- /emscripten bits -->
27*fd31ae3bSstephan    <div>Most stuff on this page happens in the dev console.</div>
28*fd31ae3bSstephan    <hr>
29*fd31ae3bSstephan    <div id='test-output'></div>
30*fd31ae3bSstephan    <script src="common/SqliteTestUtil.js"></script>
31*fd31ae3bSstephan    <script src="jswasm/sqlite3-worker1-promiser.js"></script>
32*fd31ae3bSstephan    <script src="demo-worker1-promiser.js"></script>
33*fd31ae3bSstephan  </body>
34*fd31ae3bSstephan</html>
35