3c07f12415
The promise tests have been ported to qtwasmtestlib so that they do not have to use asyncify anymore. Task-number: QTBUG-99611 Change-Id: Id1b5742c90e36a89540e7a2387cb4110c21ace9b Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
11 lines
305 B
HTML
11 lines
305 B
HTML
<!doctype html>
|
|
<script type="text/javascript" src="qtwasmtestlib.js"></script>
|
|
<script type="text/javascript" src="promise_auto.js"></script>
|
|
<script>
|
|
window.onload = () => {
|
|
runTestCase(document.getElementById("log"));
|
|
};
|
|
</script>
|
|
<p>Running promise auto test.</p>
|
|
<div id="log"></div>
|