Files
ladybird/Tests/LibWeb/Screenshot/input/linear-gradient-dithering.html
2025-10-19 16:53:00 +02:00

14 lines
325 B
HTML

<!DOCTYPE html>
<link rel="match" href="../expected/linear-gradient-dithering-ref.html" />
<style>
* {
margin: 0;
}
div {
background-image: linear-gradient(to right bottom, rgb(10, 10, 10), rgb(23, 23, 23), rgb(10, 10, 10));
width: 800px;
height: 600px;
}
</style>
<div></div>