1 2<!doctype html> 3<html lang="en-us"> 4 <head> 5 <meta charset="utf-8"> 6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 7 <link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon"> 8 <link rel="stylesheet" href="common/emscripten.css"/> 9 <link rel="stylesheet" href="common/testing.css"/> 10 <title>sqlite3-worker1.js tests</title> 11 </head> 12 <body> 13 <header id='titlebar'><span>sqlite3-worker1.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>Most stuff on this page happens in the dev console.</div> 29 <hr> 30 <div id='test-output'></div> 31 <script src="common/SqliteTestUtil.js"></script> 32 <script src="demo-worker1.js"></script> 33 </body> 34</html> 35