summaryrefslogtreecommitdiffstats
path: root/tests/manual/wasm/qstdweb/iodevices_auto.html
blob: 7937b8a4835eafba77c8cf1f4762a4bf17447f1b (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<script type="text/javascript" src="qtwasmtestlib.js"></script>
<script type="text/javascript" src="iodevices_auto.js"></script>
<script>
    window.onload = () => {
        runTestCase(iodevices_auto_entry, document.getElementById("log"));
    };
</script>
<p>Running qstdweb iodevices auto test.</p>
<div id="log"></div>