LibWeb: Support dimension attributes on HTMLVideoElement

This commit is contained in:
Timothy Flynn 2024-04-10 20:22:22 -04:00 committed by Andreas Kling
commit 0ffc338406
Notes: sideshowbarker 2024-07-17 08:43:11 +09:00
3 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,2 @@
<video width="320" height="240" src="../../../../Base/home/anon/Videos/test-webm.webm"></video>
<video width="640" height="480" src="../../../../Base/home/anon/Videos/test-webm.webm"></video>