add audio autoplay test
This commit is contained in:
parent
42e796afb2
commit
2b61dde83b
3 changed files with 7 additions and 0 deletions
2
test/examples/assets/beeping.txt
Normal file
2
test/examples/assets/beeping.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
Source: https://freesound.org/people/fennelliott/sounds/379419/
|
||||
License: CC0 (public domain)
|
BIN
test/examples/assets/beeping.wav
Normal file
BIN
test/examples/assets/beeping.wav
Normal file
Binary file not shown.
|
@ -30,6 +30,11 @@
|
|||
<h2>Empty Slide</h2>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Auto-playing audio</h2>
|
||||
<audio src="assets/beeping.wav" data-autoplay></audio>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue