964765f686
Add basic tests for timers and event processing, for different use cases such as on the main thread, on a secondary thread, and with asyncify. Pick-to: 6.4 Change-Id: Ie0f82b5de97f639867b1e65dbb0ab8b11db86f85 Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
11 lines
316 B
HTML
11 lines
316 B
HTML
<!doctype html>
|
|
<script type="text/javascript" src="qtwasmtestlib.js"></script>
|
|
<script type="text/javascript" src="eventloop_auto.js"></script>
|
|
<script>
|
|
window.onload = () => {
|
|
runTestCase(document.getElementById("log"));
|
|
};
|
|
</script>
|
|
<p>Running event dispatcher auto test.</p>
|
|
<div id="log"></div>
|