summaryrefslogtreecommitdiffstats
path: root/tests/manual/wasm/qtloader_integration/tst_qtloader_integration.html
blob: 7aa7528a1db10497a1e5b6d4a80bf66aaa8f8c4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>