mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-03 03:56:26 +02:00
Additional audio tests
This commit is contained in:
parent
49f3c166a2
commit
64adb49b81
2 changed files with 75 additions and 33 deletions
|
@ -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. "all tests equal" should be displayed</li>
|
||||
<li>the hashes should vary between the sets</li>
|
||||
<li>the "empty" 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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue