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

Tests/LibWeb: Add object-{fit,position} test

This commit is contained in:
Tobias Christiansen 2023-10-30 16:45:49 +01:00 committed by Andreas Kling
parent 3b1083c4cb
commit 3c41ac5ae4
3 changed files with 311 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 685 KiB

View file

@ -0,0 +1,15 @@
<style>
* {
margin: 0;
}
body {
background-color: white;
}
</style>
<!-- To rebase:
1. Open object-fit-position.html in Ladybird
2. Right click > "Take Full Screenshot"
3. Update the image below:
-->
<img src="./images/object-fit-position.png">