aboutsummaryrefslogtreecommitdiff
path: root/test/examples/embedded-media.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2018-10-31 08:59:47 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2018-10-31 08:59:47 +0100
commit2b61dde83bd4882dae17acfa041b82dfeb9adb04 (patch)
tree878d85b81603e125d3ae9d691a42a22c59af8594 /test/examples/embedded-media.html
parent42e796afb2a4db10772cf0f4b517094c0fbec644 (diff)
downloadperl-software-in-gnu-guix-2b61dde83bd4882dae17acfa041b82dfeb9adb04.tar
perl-software-in-gnu-guix-2b61dde83bd4882dae17acfa041b82dfeb9adb04.tar.gz
add audio autoplay test
Diffstat (limited to 'test/examples/embedded-media.html')
-rw-r--r--test/examples/embedded-media.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/examples/embedded-media.html b/test/examples/embedded-media.html
index 312c48c..91457e4 100644
--- a/test/examples/embedded-media.html
+++ b/test/examples/embedded-media.html
@@ -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>