summaryrefslogtreecommitdiffstats
path: root/tests/manual/wasm/qtloader_integration/tst_qtloader_integration.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/wasm/qtloader_integration/tst_qtloader_integration.html')
-rw-r--r--tests/manual/wasm/qtloader_integration/tst_qtloader_integration.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/manual/wasm/qtloader_integration/tst_qtloader_integration.html b/tests/manual/wasm/qtloader_integration/tst_qtloader_integration.html
new file mode 100644
index 0000000000..7aa7528a1d
--- /dev/null
+++ b/tests/manual/wasm/qtloader_integration/tst_qtloader_integration.html
@@ -0,0 +1,13 @@
+<!doctype html>
+<html lang="en-us">
+
+<head>
+ <title>tst_qtloader_integration</title>
+ <script src='tst_qtloader_integration.js'></script>
+ <script src="qtloader.js" defer></script>
+ <script type="module" src="test_body.js" defer></script>
+</head>
+
+<body></body>
+
+</html>