mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-13 04:52:23 +00:00
LibWeb: Support dimension attributes on HTMLVideoElement
This commit is contained in:
parent
4b1abcf61d
commit
0ffc338406
Notes:
sideshowbarker
2024-07-17 08:43:11 +09:00
Author: https://github.com/trflynn89
Commit: 0ffc338406
Pull-request: https://github.com/SerenityOS/serenity/pull/23928
Issue: https://github.com/SerenityOS/serenity/issues/23926
Reviewed-by: https://github.com/AtkinsSJ
3 changed files with 20 additions and 0 deletions
2
Tests/LibWeb/Layout/input/html-dimensions.html
Normal file
2
Tests/LibWeb/Layout/input/html-dimensions.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue