mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 04:37:44 +00:00
Tests/LibWeb: Add ref test for SVG gradients with various spreadMethods
Note: The final three gradients in this test are currently incorrectly rendered.
This commit is contained in:
parent
a93ba23e10
commit
8cef2f7be8
4 changed files with 79 additions and 1 deletions
15
Tests/LibWeb/Ref/svg-gradient-spreadMethod-ref.html
Normal file
15
Tests/LibWeb/Ref/svg-gradient-spreadMethod-ref.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
}
|
||||
body {
|
||||
background-color: white;
|
||||
}
|
||||
</style>
|
||||
<!-- To rebase:
|
||||
1. Open svg-gradient-spreadMethod.html in Ladybird
|
||||
2. Resize the window just above the width of the largest gradient
|
||||
3. Right click > "Take Full Screenshot"
|
||||
4. Update the image below:
|
||||
-->
|
||||
<img src="./images/svg-gradient-spreadMethod-ref.png">
|
Loading…
Add table
Add a link
Reference in a new issue