mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-26 19:32:06 -05:00
3a42ef4118
This has to cheat and use a screenshot but thanks to the "Take Full Screenshot" feature of Ladybird, it is very easy to update this test. The steps are documented in the test.
15 lines
327 B
HTML
15 lines
327 B
HTML
<style>
|
|
* {
|
|
margin: 0;
|
|
}
|
|
body {
|
|
background-color: white;
|
|
}
|
|
</style>
|
|
<!-- To rebase:
|
|
1. Open css-gradients.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/css-gradients-ref.png">
|