mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-24 04:20:46 +08:00
14 lines
509 B
HTML
14 lines
509 B
HTML
<!doctype html>
|
|
<script type="text/javascript" src="https://sinonjs.org/releases/sinon-14.0.0.js"
|
|
integrity="sha384-z8J4N1s2hPDn6ClmFXDQkKD/e738VOWcR8JmhztPRa+PgezxQupgZu3LzoBO4Jw8"
|
|
crossorigin="anonymous"></script>
|
|
<script type="text/javascript" src="qtwasmtestlib.js"></script>
|
|
<script type="text/javascript" src="files_auto.js"></script>
|
|
<script>
|
|
window.onload = () => {
|
|
runTestCase(document.getElementById("log"));
|
|
};
|
|
</script>
|
|
<p>Running files auto test.</p>
|
|
<div id="log"></div>
|