mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-03 03:56:26 +02:00
Added test for audio faking
This commit is contained in:
parent
d580c35898
commit
b4a8507140
3 changed files with 83 additions and 0 deletions
16
test/audioTest.html
Normal file
16
test/audioTest.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Audio test</title>
|
||||
<style></style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Audio test</h1>
|
||||
<div id="test">
|
||||
Hash: <span class="hash"></span><br>
|
||||
Sum: <span class="sum"></span>
|
||||
<button>refresh</button>
|
||||
</div>
|
||||
<script src="audioTest.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue