Fix the media events test

Playing a media now requires a user gesture.
See https://goo.gl/xX8pDD.
This commit is contained in:
Aleksei Kuzmin 2018-05-30 13:50:08 +02:00 committed by Samuel Attard
parent a7d2f7531c
commit 417fe29dc0
2 changed files with 10 additions and 4 deletions

View file

@ -1 +1 @@
<audio autoplay muted src="../assets/tone.wav"></audio>
<audio muted src="../assets/tone.wav"></audio>