add audio autoplay test

This commit is contained in:
Hakim El Hattab 2018-10-31 08:59:47 +01:00
parent 42e796afb2
commit 2b61dde83b
3 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,2 @@
Source: https://freesound.org/people/fennelliott/sounds/379419/
License: CC0 (public domain)

Binary file not shown.

View File

@ -30,6 +30,11 @@
<h2>Empty Slide</h2> <h2>Empty Slide</h2>
</section> </section>
<section>
<h2>Auto-playing audio</h2>
<audio src="assets/beeping.wav" data-autoplay></audio>
</section>
</div> </div>
</div> </div>