summaryrefslogtreecommitdiffstats
path: root/tests/manual/wasm/qstdweb/promise_auto.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/wasm/qstdweb/promise_auto.html')
-rw-r--r--tests/manual/wasm/qstdweb/promise_auto.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/manual/wasm/qstdweb/promise_auto.html b/tests/manual/wasm/qstdweb/promise_auto.html
new file mode 100644
index 0000000000..94a8dbb88a
--- /dev/null
+++ b/tests/manual/wasm/qstdweb/promise_auto.html
@@ -0,0 +1,10 @@
+<!doctype html>
+<script type="text/javascript" src="qtwasmtestlib.js"></script>
+<script type="text/javascript" src="promise_auto.js"></script>
+<script>
+ window.onload = () => {
+ runTestCase(promise_auto_entry, document.getElementById("log"));
+ };
+</script>
+<p>Running promise auto test.</p>
+<div id="log"></div>