mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:57:35 +00:00
Tests/LibWeb: Add ref test for SVG background without natural size
This commit is contained in:
parent
8c59f359eb
commit
7c162747ef
4 changed files with 42 additions and 0 deletions
Binary file not shown.
After Width: | Height: | Size: 449 B |
|
@ -0,0 +1,14 @@
|
|||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
}
|
||||
body {
|
||||
background-color: white;
|
||||
}
|
||||
</style>
|
||||
<!-- To rebase:
|
||||
1. Open svg-background-no-natural-size.html in Ladybird
|
||||
2. Right click > "Take Full Screenshot"
|
||||
3. Update the image below:
|
||||
-->
|
||||
<img src="./images/svg-background-no-natural-size-ref.png">
|
Loading…
Add table
Add a link
Reference in a new issue