mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:57:44 +00:00
Tests/LibWeb: Add object-{fit,position} test
This commit is contained in:
parent
3b1083c4cb
commit
3c41ac5ae4
3 changed files with 311 additions and 0 deletions
15
Tests/LibWeb/Ref/reference/object-fit-position-ref.html
Normal file
15
Tests/LibWeb/Ref/reference/object-fit-position-ref.html
Normal 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">
|
Loading…
Add table
Add a link
Reference in a new issue