diff options
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> |