1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-03 03:56:26 +02:00

Additional audio tests

This commit is contained in:
kkapsner 2020-05-01 01:06:50 +02:00
parent 49f3c166a2
commit 64adb49b81
2 changed files with 75 additions and 33 deletions

View file

@ -21,7 +21,7 @@
<h1>Audio test</h1>
<h2>Expected result</h2>
<ul>
<li>the hashes in each set should be the same</li>
<li>the hashes in each set should be the same (i.e. &quot;all tests equal&quot; should be displayed</li>
<li>the hashes should vary between the sets</li>
<li>the &quot;empty&quot; hash should be 95476ffd46d1cd34fe8de83585c325df2b06019c852a5f6445200f57bc954a1b</li>
<li>hitting the refresh button should not change the values</li>
@ -30,7 +30,8 @@
<h2>Tests</h2>
<div id="test">
Hashes: <table class="hashes"></table>
Sum: <span class="sum"></span>
<br>
Sums: <table class="sum"></table>
<button>refresh</button>
</div>
<script src="audioTest.js"></script>