1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 01:07:35 +00:00

LibWeb: Implement HTMLMediaElement's autoplay attribute

This commit is contained in:
Timothy Flynn 2023-04-17 07:24:50 -04:00 committed by Andreas Kling
parent 1ffd533ea2
commit 229cc67fee
3 changed files with 52 additions and 10 deletions

View file

@ -77,7 +77,7 @@
<br />
<video id=video controls src="file:///home/anon/Videos/test-webm.webm"></video>
<video id=video autoplay controls src="file:///home/anon/Videos/test-webm.webm"></video>
<script type="text/javascript">
let video = document.getElementById('video');