summaryrefslogtreecommitdiffstats
path: root/util/wasm/batchedtestrunner/batchedtestrunner.html
diff options
context:
space:
mode:
Diffstat (limited to 'util/wasm/batchedtestrunner/batchedtestrunner.html')
-rw-r--r--util/wasm/batchedtestrunner/batchedtestrunner.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/util/wasm/batchedtestrunner/batchedtestrunner.html b/util/wasm/batchedtestrunner/batchedtestrunner.html
new file mode 100644
index 0000000000..123c24890b
--- /dev/null
+++ b/util/wasm/batchedtestrunner/batchedtestrunner.html
@@ -0,0 +1,14 @@
+<!--
+Copyright (C) 2022 The Qt Company Ltd.
+SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
+-->
+
+<!doctype html>
+<html>
+<head>
+ <meta charset="utf-8">
+ <title>WASM batched test runner</title>
+ <script type="module" defer="defer" src="batchedtestrunner.js"></script>
+</head>
+<body></body>
+</html>