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:
parent
1ffd533ea2
commit
229cc67fee
3 changed files with 52 additions and 10 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue