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