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

Improved audio API test

This commit is contained in:
kkapsner 2019-02-10 02:50:21 +01:00
parent ea30fb3370
commit ee02c8b999
2 changed files with 127 additions and 27 deletions

View file

@ -2,12 +2,31 @@
<html>
<head>
<title>Audio test</title>
<style></style>
<style>
table {
border-collapse: collapse;
width: 100%;
table-layout: auto;
}
table td {
border: 1px solid lightgray;
padding: 1px 5px;
}
</style>
</head>
<body>
<h1>Audio test</h1>
Expected result:
<ul>
<li>the hashes in each set should be the same</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>
<li>reloading the page should change the values (depending on CanvasBlocker settings)</li>
</ul>
<div id="test">
Hashes: <ul class="hash"></ul>
Hashes: <table class="hashes"></table>
Sum: <span class="sum"></span>
<button>refresh</button>
</div>