ladybird/Tests/LibWeb/Layout/input/html-dimensions.html
Timothy Flynn 512cea5a87 LibWeb: Bring back the test video for LibWeb tests
The video was accidentally removed in commit d5ba665f89.

This adds the video back to the LibWeb/Text/data folder, and validates
that the video loads in the test that depends on it loading.
2024-10-10 17:52:58 -04:00

2 lines
150 B
HTML

<video width="320" height="240" src="../../Assets/test-webm.webm"></video>
<video width="640" height="480" src="../../Assets/test-webm.webm"></video>