diff options
author | stephan <stephan@noemail.net> | 2022-09-08 15:30:59 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2022-09-08 15:30:59 +0000 |
commit | 44a87f08efbb4d19bb935afb44c3472b4a54a9f9 (patch) | |
tree | 5a13406c64b4cf362a3c0c6b2d1a6ab7376e57c6 /ext/wasm/batch-runner.html | |
parent | 3a59dd12d2da38b6372341a9afd91c7a041dfc7e (diff) | |
download | sqlite-44a87f08efbb4d19bb935afb44c3472b4a54a9f9.tar.gz sqlite-44a87f08efbb4d19bb935afb44c3472b4a54a9f9.zip |
Add speedtest1-worker.html, an interactive Worker-thread variant of speedtest1.html. Add ext/wasm/index.html to act as a gateway to the various test pages.
FossilOrigin-Name: f16c68ee6d5ebb8dec2ab656dbab2ddb5f1d5133153ad553f986b31020adaa38
Diffstat (limited to 'ext/wasm/batch-runner.html')
-rw-r--r-- | ext/wasm/batch-runner.html | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/ext/wasm/batch-runner.html b/ext/wasm/batch-runner.html index 10f7e45df..38f38070c 100644 --- a/ext/wasm/batch-runner.html +++ b/ext/wasm/batch-runner.html @@ -59,33 +59,5 @@ <script src="sqlite3.js"></script> <script src="common/SqliteTestUtil.js"></script> <script src="batch-runner.js"></script> - <style> - body { - display: flex; - flex-direction: column; - flex-wrap: wrap; - } - .warning { color: firebrick; } - .input-wrapper { - white-space: nowrap; - } - #test-output { - border: 1px inset; - padding: 0.25em; - /*max-height: 30em;*/ - overflow: auto; - white-space: break-spaces; - display: flex; flex-direction: column; - } - #test-output.reverse { - flex-direction: column-reverse; - } - .hidden { - position: absolute !important; - opacity: 0 !important; - pointer-events: none !important; - display: none !important; - } - </style> </body> </html> |